Skip to content

Commit

Permalink
Merge pull request #83 from MfN-Berlin/testing-drupal-integration
Browse files Browse the repository at this point in the history
v0.1.2
  • Loading branch information
maxlisewski authored Dec 18, 2024
2 parents 54bbde6 + e907ce2 commit 3d9a8e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gatsby-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import './src/styles/global.css'

// Version logging
const VERSION = 'v0.1.1'
const VERSION = 'v0.1.2'

export const onClientEntry = () => {
// Temporär Prefetching deaktivieren
Expand Down
4 changes: 2 additions & 2 deletions src/data/navigationData.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,12 @@ export const mainNavData = {
column: 3,
items: [
{
to: "/de/wissenschaft/forschung/team-projekte",
to: "/de/forschung/team-projekte",
label: "Team & Projekte",
order: 1
},
{
to: "/de/wissenschaft/forschung/publikationen",
to: "/de/forschung/publikationen",
label: "Publikationen",
order: 2
}
Expand Down

0 comments on commit 3d9a8e0

Please sign in to comment.