Merge pull request #4 from AderKonstantin/header-toolbar
🎨 feat(toolbar): add bottom border to toolbar
This commit is contained in:
@@ -11,7 +11,7 @@ import AnimatedLink from '../animatedLink';
|
||||
|
||||
export default function Toolbar() {
|
||||
return (
|
||||
<div className="flex h-24 justify-between items-center border-t-white border-t">
|
||||
<div className="flex h-24 justify-between items-center border-white border-t border-b">
|
||||
<div className="flex items-baseline">
|
||||
<p><AnimatedLink href='#'>Science</AnimatedLink> | <AnimatedLink href='#'>Software</AnimatedLink> | <AnimatedLink href='#'>Hardware</AnimatedLink> | <AnimatedLink href='#'>Rockets</AnimatedLink> | <AnimatedLink href='#'>Startups</AnimatedLink></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user