mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 21:23:24 +00:00
test
This commit is contained in:
@@ -3,7 +3,7 @@ export default function Home() {
|
||||
<div className="container">
|
||||
<header className="header">
|
||||
<title>Event Chain</title>
|
||||
<h1 className="text-8xl text-center text-blue-700" >Ticket Chain</h1>
|
||||
<h1 className="text-8xl text-center text-blue-700">Ticket Chain</h1>
|
||||
<nav className="nav">
|
||||
<ul>
|
||||
<li>
|
||||
@@ -19,7 +19,7 @@ export default function Home() {
|
||||
</nav>
|
||||
<input
|
||||
type="text"
|
||||
placeholder="Search events..."
|
||||
placeholder="Search concerts..."
|
||||
className="search-bar"
|
||||
/>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user