Skip to content

Commit

Permalink
Challenges
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrià Martínez committed May 3, 2024
1 parent c8fb321 commit 2af3b49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/data/challenges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const challenges: Challenge[] = [
{
companyEncrypted: 'Company challenge',
company: 'Seidor',
title: 'AI Work Assistant: Don\'t click, tell me what you need',
title: "AI Work Assistant: Don't click, tell me what you need",
//videoUrl: '',
description: /* markdown */ `Join our AI Voice Assistant Challenge to simplify the daily tasks of creating shopping lists and fulfilling orders. By leveraging AI technology with conversational capabilities, we aim to address common issues like locating items and correcting quantities—all through natural language interactions. Together, let's revolutionize workflow efficiency and improve lives. Hack away at HackUPC!`,
//prize: '',
Expand Down
1 change: 0 additions & 1 deletion src/views/Challenges.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<script setup lang="ts">
import IconLabel from '@/components/IconLabel.vue'
import Panel from '@/components/Panel.vue'
import VideoThumbnail from '@/components/VideoThumbnail.vue'
import config from '@/config'
import { challenges } from '@/data/challenges'
import { HashtagIcon } from '@heroicons/vue/solid'
Expand Down

0 comments on commit 2af3b49

Please sign in to comment.