Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Feb 6, 2025
1 parent 5fbf3b7 commit 7354877
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 98 deletions.
5 changes: 4 additions & 1 deletion app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ const isDark = computed(() => useColorMode().value == 'dark')
<PromotionalVideo />
</UPageHero>

<UPageSection v-bind="page.features" :ui="{ title: 'text-left', description: 'text-left' }" />
<UPageSection
v-bind="page.features"
:ui="{ title: 'text-left', description: 'text-left' }"
/>

<UPageCTA
:description="page.authorQuote.quote"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@iconify-json/simple-icons": "^1.2.23",
"@nuxt/content": "^3.1.0",
"@nuxt/image": "^1.9.0",
"@nuxt/ui-pro": "3.0.0-alpha.12",
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@6c6e1a1",
"nuxt": "^3.15.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 7354877

Please sign in to comment.