- commiting changes for now will revert back
This commit is contained in:
@@ -58,14 +58,31 @@ export default function Header() {
|
|||||||
<div onClick={refreshBrowser}>
|
<div onClick={refreshBrowser}>
|
||||||
<FontAwesomeIcon icon={faRotate} size="2x" />
|
<FontAwesomeIcon icon={faRotate} size="2x" />
|
||||||
</div>
|
</div>
|
||||||
|
<div className="flex">
|
||||||
<SoundBtn />
|
<SoundBtn />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="md:hidden">
|
||||||
|
<ul className="flex flex-col">
|
||||||
|
<li>
|
||||||
<Link to={"/session-settings"}>
|
<Link to={"/session-settings"}>
|
||||||
<FontAwesomeIcon className="text-white" icon={faListCheck} size="2x" />
|
<FontAwesomeIcon className="text-white" icon={faListCheck} size="2x" />
|
||||||
</Link>
|
</Link>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
<Link to={"/system-settings"}>
|
<Link to={"/system-settings"}>
|
||||||
<FontAwesomeIcon className="text-white" icon={faGear} size="2x" />
|
<FontAwesomeIcon className="text-white" icon={faGear} size="2x" />
|
||||||
</Link>
|
</Link>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<Link className="hidden md:flex" to={"/session-settings"}>
|
||||||
|
<FontAwesomeIcon className="text-white" icon={faListCheck} size="2x" />
|
||||||
|
</Link>
|
||||||
|
|
||||||
|
<Link className="hidden md:flex" to={"/system-settings"}>
|
||||||
|
<FontAwesomeIcon className="text-white" icon={faGear} size="2x" />
|
||||||
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.arrow-outline path {
|
.arrow-outline path {
|
||||||
stroke: black; /* outline color */
|
stroke: black;
|
||||||
stroke-width: 20px; /* thickness of outline (tweak this) */
|
stroke-width: 20px;
|
||||||
stroke-linejoin: round;
|
stroke-linejoin: round;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user