mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-19 07:04:21 +01:00
ui-v2: basic timeline and reusable tile components (#2603)
Co-authored-by: Spencer Martin <spencermartin@block.xyz>
This commit is contained in:
@@ -6,11 +6,8 @@ export const Route = createRootRoute({
|
||||
<>
|
||||
<div className="p-2 flex gap-2">
|
||||
<Link to="/" className="[&.active]:font-bold">
|
||||
Home
|
||||
Timeline
|
||||
</Link>{' '}
|
||||
<Link to="/about" className="[&.active]:font-bold">
|
||||
About
|
||||
</Link>
|
||||
</div>
|
||||
<hr />
|
||||
<Outlet />
|
||||
|
||||
Reference in New Issue
Block a user