We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a4a6a commit 978a58dCopy full SHA for 978a58d
2 files changed
app/components/home/Credits.vue
@@ -31,8 +31,7 @@
31
</div>
32
33
<div class="bg-base-200/50 rounded-2xl p-8 mb-12 border border-base-300">
34
- <h3 class="text-xl font-bold mb-6 flex items-center justify-center gap-2">
35
- <Icon name="lucide:layers" class="text-accent" />
+ <h3 class="text-xl font-bold mb-6">
36
Standing on the Shoulders of Giants
37
</h3>
38
<div class="flex flex-wrap justify-center gap-x-8 gap-y-4 text-sm font-medium text-base-content/60">
app/components/home/GetStarted.vue
@@ -1,6 +1,6 @@
1
<template>
2
<CardLarge>
3
- <div class="text-center">
+ <div class="text-center pb-8">
4
<h2 class="text-4xl font-bold">
5
<Icon name="lucide:rocket" class="text-primary mr-2 align-middle" />
6
Get Started in Minutes
0 commit comments