Skip to content

Commit

Permalink
refactor: format by prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
aekasitt committed Aug 14, 2024
1 parent ce43b60 commit 2b6a519
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/components/GetInvolved.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
<script lang="ts" setup>
/* components */
import {
Card,
CardDescription,
CardHeader,
CardTitle,
} from '@/components/ui/card'
import { Card, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'
/* vectors */
import Cypherpunk from '@/assets/cypherpunk.svg'
import { Aperture, Donut, FlameKindling } from 'lucide-vue-next'
Expand All @@ -20,7 +15,8 @@ interface Step {
/* constants */
let steps: Step[] = [
{
description: 'Find ideas you would like to work on that you cannot live without when using Bitcoin.',
description:
'Find ideas you would like to work on that you cannot live without when using Bitcoin.',
icon: 'aperture',
title: 'Capture Spark',
},
Expand All @@ -30,7 +26,8 @@ let steps: Step[] = [
title: 'Take a Bite',
},
{
description: 'Once caught on, make sure to give it your all to kindle the sparks of genius you had and introduce the idea to the collective.',
description:
'Once caught on, make sure to give it your all to kindle the sparks of genius you had and introduce the idea to the collective.',
icon: 'flame-kindling',
title: 'Kindle Greatness',
},
Expand Down

0 comments on commit 2b6a519

Please sign in to comment.