Skip to content

Commit 2fb491b

Browse files
author
Predrag
authored
Add Publications tab to navigation (#8)
1 parent 8e2fbe3 commit 2fb491b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/Navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import PropTypes from "prop-types";
1717
*/
1818

1919
const navItems = [
20+
{ label: "Publications", url: "https://sdv.dev/resources/" },
2021
{ label: "Blog", url: "https://datacebo.com/blog" },
2122
{ label: "Company", url: "https://datacebo.com" },
2223
{ label: "GitHub", url: "https://github.com/sdv-dev/SDV" },
@@ -141,7 +142,6 @@ const Navigation = ({ navClass, children, isDark }) => {
141142
<a
142143
className={`${navClass} bordered`}
143144
href="https://datacebo.com/contact"
144-
145145
target="_blank"
146146
rel="noopener noreferrer"
147147
>

0 commit comments

Comments
 (0)