Skip to content

Commit 1171f40

Browse files
b0aseclaude
andcommitted
Remove duplicate title on mint page
Remove "/mint - " prefix from hero h1 to avoid duplication with PageLayout title 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 7bde9d7 commit 1171f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/MintPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ const MintPage: React.FC = () => {
430430
`}</style>
431431

432432
<div className="hero-mint">
433-
<h1>/mint - Tokenize Your Spreadsheets</h1>
433+
<h1>Tokenize Your Spreadsheets</h1>
434434
<p className="subtitle">
435435
Transform saved spreadsheets into tradeable tokens with fractional ownership
436436
and automatic dividend distribution.

0 commit comments

Comments
 (0)