Skip to content

Commit 7054104

Browse files
committed
feat: remove FlexURL brand header from create page
1 parent 2b786ed commit 7054104

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

app/page.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ export default function CreatePage() {
6666

6767
return (
6868
<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>
7369
<h2 className="gradient-text" style={{ textAlign: 'center', fontSize: '1.5rem', marginBottom: '0.4rem' }}>
7470
Create a short link
7571
</h2>

0 commit comments

Comments
 (0)