File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,8 @@ import { Tooltip } from "@ark-ui/solid";
2
2
import type { Component , JSX , ParentComponent } from "solid-js" ;
3
3
import { Portal } from "solid-js/web" ;
4
4
import { css } from "styled-system/css" ;
5
- import { Container , HStack } from "styled-system/jsx" ;
5
+ import { Container , Divider , HStack } from "styled-system/jsx" ;
6
6
import { tooltip } from "~/styles/tooltip" ;
7
- import TablerBallpenFilled from "~icons/tabler/ballpen-filled" ;
8
7
import TablerBrandGithubFilled from "~icons/tabler/brand-github-filled" ;
9
8
import TablerBrandLinkedinFilled from "~icons/tabler/brand-linkedin-filled" ;
10
9
import TablerHomeFilled from "~icons/tabler/home-filled" ;
@@ -41,6 +40,8 @@ const Navbar: Component = () => {
41
40
< TablerHomeFilled />
42
41
</ NavItem >
43
42
< HStack gap = "4" >
43
+ < a href = "/blog" > Blog</ a >
44
+ < Divider orientation = "vertical" thickness = "2" height = "1em" />
44
45
< NavItem
45
46
href = "https://github.com/TheComputerM"
46
47
target = "_blank"
@@ -49,9 +50,6 @@ const Navbar: Component = () => {
49
50
>
50
51
< TablerBrandGithubFilled />
51
52
</ NavItem >
52
- < NavItem href = "/blog" aria-label = "Blog" >
53
- < TablerBallpenFilled />
54
- </ NavItem >
55
53
< NavItem
56
54
href = "https://www.linkedin.com/in/mudit-somani2004/"
57
55
target = "_blank"
You can’t perform that action at this time.
0 commit comments