diff --git a/components/NavBar.vue b/components/NavBar.vue
index 76b47b8bc..698bd6880 100644
--- a/components/NavBar.vue
+++ b/components/NavBar.vue
@@ -9,7 +9,7 @@
>
JabRef
@@ -110,6 +110,7 @@
+
@@ -197,7 +198,7 @@ import { useUiStore } from '~/store'
const isHamburgerShown = ref(false)
const hamburgerMenu = ref(null)
-const isSmallDisplay = useBreakpoints(breakpointsTailwind).smallerOrEqual('md')
+const isSmallDisplay = useBreakpoints(breakpointsTailwind).smallerOrEqual('lg')
defineProps({
showLogo: {
diff --git a/pages/index.vue b/pages/index.vue
index 0372c7d23..544518a5d 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -138,6 +138,10 @@ const links = [
title: 'Support',
href: '#support',
},
+ {
+ title: 'GitHub',
+ href: 'https://github.com/JabRef/jabref',
+ },
{
title: 'News',
href: 'https://blog.jabref.org/',