mirror of
https://github.com/cupcakearmy/obolus.git
synced 2024-12-22 16:16:27 +00:00
renamed to jsx
This commit is contained in:
parent
c50a37b08a
commit
585e32cba2
@ -27,7 +27,7 @@ const Layout = ({ children }) => {
|
||||
<section className="navbar-section">
|
||||
<Link href='/'>
|
||||
<a className="btn btn-link">
|
||||
<img src={'/static/icons/ui/stats.svg'} alt={'overview'}/>
|
||||
<img src={'/static/icons/ui/trending.svg'} alt={'overview'}/>
|
||||
<span className={'hide-sm'}> Overview</span>
|
||||
</a>
|
||||
</Link>
|
||||
@ -37,6 +37,12 @@ const Layout = ({ children }) => {
|
||||
<span className={'hide-sm'}> New</span>
|
||||
</a>
|
||||
</Link>
|
||||
<Link href='/list'>
|
||||
<a className="btn btn-link">
|
||||
<img src={'/static/icons/ui/check.svg'} alt={'list'}/>
|
||||
<span className={'hide-sm'}> List</span>
|
||||
</a>
|
||||
</Link>
|
||||
</section>
|
||||
<section className="navbar-center hide-sm">
|
||||
<b>{title}</b>
|
Loading…
Reference in New Issue
Block a user