Skip to content

Commit

Permalink
#62: remove trailing space from filename
Browse files Browse the repository at this point in the history
  • Loading branch information
bodobraegger committed Apr 10, 2023
1 parent 4fd0178 commit 81d8ed3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
} from "react-router-dom";
import { faExclamationTriangle, faBars, faSearch } from '@fortawesome/free-solid-svg-icons'
import { library } from '@fortawesome/fontawesome-svg-core'
import HomePage from './pages/HomePage ';
import HomePage from './pages/HomePage';
import i18n from './i18n';
import { withTranslation } from 'react-i18next';
import Navigation from './components/Navigation';
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import React, { useState, useEffect } from 'react'
import { Link, useNavigate, useLocation } from 'react-router-dom'
import { HashLink } from 'react-router-hash-link'
import { StartPage } from '../pages/HomePage '
import { StartPage } from '../pages/HomePage'
import { ChapterT } from './Chapter'
import SearchInput from './SearchInput'
import { SectionT } from './Section'
Expand Down
File renamed without changes.

0 comments on commit 81d8ed3

Please sign in to comment.