Update page.tsx

marign
This commit is contained in:
Legend 2024-05-17 23:04:28 -06:00 committed by GitHub
parent 35d9eb0a33
commit 6fd382edc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ export default function Home() {
<Search className="h-4 w-4 text-muted-foreground absolute top-1/2 -translate-y-1/2 left-3" />
</div>
</div>
<p style={{ fontSize: '1rem', fontWeight: 'normal', marginTop: '.2rem' }}>{splashText}</p>
<p style={{ fontSize: '1rem', fontWeight: 'normal', marginTop: '0rem' }}>{splashText}</p>
{shortcuts.length > 0 && (
<div className="py-2 flex flex-wrap gap-2 justify-center">
{shortcuts.map((shortcut: Item) => {