We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b786ed commit 7054104Copy full SHA for 7054104
1 file changed
app/page.tsx
@@ -66,10 +66,6 @@ export default function CreatePage() {
66
67
return (
68
<article className="card" style={{ maxWidth: 480, width: '100%', padding: '2.5rem 2rem' }}>
69
- <div className="brand" style={{ justifyContent: 'center', marginBottom: '0.5rem' }}>
70
- <span className="brand-mark">F</span>
71
- <span>FlexURL</span>
72
- </div>
73
<h2 className="gradient-text" style={{ textAlign: 'center', fontSize: '1.5rem', marginBottom: '0.4rem' }}>
74
Create a short link
75
</h2>
0 commit comments