Skip to content

Commit

Permalink
Merge pull request #70 from MfN-Berlin/testing-drupal-integration
Browse files Browse the repository at this point in the history
v0.0.107
  • Loading branch information
maxlisewski authored Dec 14, 2024
2 parents 2aca3b5 + 83e9bc4 commit f905f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0.106'
const VERSION = 'v0.0.107'

export const onClientEntry = () => {
// Temporär Prefetching deaktivieren
Expand Down
2 changes: 1 addition & 1 deletion src/components/layouts/AccessibilityNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { getLanguageFromPath } from '../../scripts/languageManager';
import { featureTranslations } from '../../data/featureTranslations';
import { getAssetPath } from '../../scripts/assetPrefix';
import { generateUrl } from '../../scripts/urlHelper';

const AccessibilityNav = ({ currentPage }) => {
const language = getLanguageFromPath(typeof window !== 'undefined' ? window.location.pathname : '');
const t = featureTranslations.accessibilityNav[language];
Expand Down

0 comments on commit f905f55

Please sign in to comment.