Update page.tsx

im very contriversal about this
This commit is contained in:
Legend 2024-05-17 23:23:35 -06:00 committed by GitHub
parent 530743a863
commit f4ca404faf
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" /> <Search className="h-4 w-4 text-muted-foreground absolute top-1/2 -translate-y-1/2 left-3" />
</div> </div>
</div> </div>
<p style={{ fontSize: '1rem', fontWeight: 'normal', marginTop: '0rem', borderRadius: '15px', backgroundColor: '#0E1326', border: '2px solid black', padding: '10px' }}>{splashText}</p> <p className="text-xl font-medium">{splashText}</p>
{shortcuts.length > 0 && ( {shortcuts.length > 0 && (
<div className="py-2 flex flex-wrap gap-2 justify-center"> <div className="py-2 flex flex-wrap gap-2 justify-center">
{shortcuts.map((shortcut: Item) => { {shortcuts.map((shortcut: Item) => {