Skip to content

Commit 49fc4ee

Browse files
fixe(development): add new links
1 parent e399cae commit 49fc4ee

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/components/Navbar/Navbar.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@
6161

6262
.dcl.navbar-title {
6363
cursor: pointer;
64-
font-family: robot-crush , -apple-system , Arial , Helvetica , sans-serif;
65-
text-shadow: 0 0 1px #6a45a0, 0 0 2px #6a45a0, 0 0 3px #6a45a0, 0 0 4px #6a45a0, 0 0 5px #6a45a0, 0 0 6px #6a45a0;
64+
font-family: robot-crush, -apple-system, Arial, Helvetica, sans-serif;
65+
text-shadow: 0 0 1px #6a45a0, 0 0 2px #6a45a0, 0 0 3px #6a45a0,
66+
0 0 4px #6a45a0, 0 0 5px #6a45a0, 0 0 6px #6a45a0;
6667
line-height: 42px;
6768
text-transform: uppercase;
6869
font-size: 32px;

src/components/Navbar/Navbar.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,10 @@ export class Navbar extends React.PureComponent<NavbarProps, NavbarState> {
274274
<div className="dcl navbar-menu">
275275
<NotMobile>
276276
<Menu secondary stackable>
277-
<a className="dcl navbar-title" href="https://birdezkingdom.com">
277+
<a
278+
className="dcl navbar-title"
279+
href="https://birdezkingdom.com"
280+
>
278281
birdez kingdom
279282
</a>
280283
<span className="dcl navbar-line"></span>

0 commit comments

Comments
 (0)