Skip to content

Commit

Permalink
consistent capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktschwab committed Aug 11, 2024
1 parent 9b2de12 commit 49ea644
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
5 changes: 0 additions & 5 deletions components/logos/TUM.tsx

This file was deleted.

File renamed without changes.
9 changes: 9 additions & 0 deletions components/logos/tum.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const TumLogo = ({ height = 20 }) => (
<svg height={height} viewBox="0 0 73 38" xmlns="http://www.w3.org/2000/svg">
<title>TUM_Web_Logo_blau</title>
<desc>TUM</desc>
<path d="M28 0v31h8v-31h37v38h-7v-31h-8v31h-7v-31h-8v31h-22v-31h-7v31h-7v-31h-7v-7h28z" fill="#3070B3"/>
</svg>
);

export default TumLogo;
4 changes: 2 additions & 2 deletions theme.config.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type {DocsThemeConfig} from 'nextra-theme-docs'
import {useConfig} from 'nextra-theme-docs'
import TumLogo from './components/logos/TUM'
import SavenowLogo from './components/logos/SAVeNoW'
import TumLogo from './components/logos/tum'
import SavenowLogo from './components/logos/savenow'
import RtronSmallLogo from "./components/logos/rtron-small";

const config: DocsThemeConfig = {
Expand Down

0 comments on commit 49ea644

Please sign in to comment.