Skip to content

Commit

Permalink
feat: remove test ribbon
Browse files Browse the repository at this point in the history
  • Loading branch information
friedjoff committed Sep 14, 2020
1 parent b6d612f commit c9b1b0f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 57 deletions.
2 changes: 0 additions & 2 deletions src/components/Navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import InfoPage from './InfoPage';
import LocationPage from './LocationPage';
import Map from './Map';
import ProjectionPage from './ProjectionPage';
import Ribbon from './Ribbon';
import useIsMobile from '../hooks/useIsMobile';

import styles from './Navigation.module.css';
Expand Down Expand Up @@ -79,7 +78,6 @@ function Navigation() {
{!isMobile && t('app.info')}
</Menu.Item>
</Menu>
<Ribbon label={t('app.ribbon')} />
</div>
);
}
Expand Down
18 changes: 0 additions & 18 deletions src/components/Ribbon.js

This file was deleted.

35 changes: 0 additions & 35 deletions src/components/Ribbon.module.css

This file was deleted.

1 change: 0 additions & 1 deletion src/i18n/resources/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"map": "Karte",
"recommendation": "Empfehlung",
"result": "Baumartenempfehlung",
"ribbon": "Test",
"title": "Tree App"
},
"forestTypeDiagram": {
Expand Down
1 change: 0 additions & 1 deletion src/i18n/resources/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"map": "Carte",
"recommendation": "Recommandations",
"result": "Recommandations pour le choix des essences",
"ribbon": "Test",
"title": "Tree App"
},
"forestTypeDiagram": {
Expand Down

0 comments on commit c9b1b0f

Please sign in to comment.