Skip to content

Commit

Permalink
Remove UA links (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinejaussoin authored Nov 2, 2022
1 parent 567a1c8 commit 7bdb055
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 41 deletions.
9 changes: 1 addition & 8 deletions frontend/src/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,7 @@ function App() {
administration panel.
</Alert>
) : null}
<AppBar
position="sticky"
style={{
backgroundColor: 'none',
background:
'linear-gradient(167deg, rgba(0,87,183,1) 28%, rgba(255,215,0,1) 74%)',
}}
>
<AppBar position="sticky">
<Toolbar>
<IconButton
color="inherit"
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/views/Panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import ParticipantsList from './panel/ParticipantsList';
import config from '../utils/getConfig';
import useSidePanel from './panel/useSidePanel';
import { useMatch } from 'react-router-dom';
import { HelpUkraine } from './panel/HelpUkraine';

interface Policy {
name: string;
Expand All @@ -36,7 +35,6 @@ function Panel() {
<Top>
<LanguagePicker value={language.locale} onChange={setLanguage} />
<Content>{hasParticipants ? <ParticipantsList /> : null}</Content>
<HelpUkraine />
</Top>
<Bottom>
<Typography component="div">
Expand Down
31 changes: 0 additions & 31 deletions frontend/src/views/panel/HelpUkraine.tsx

This file was deleted.

0 comments on commit 7bdb055

Please sign in to comment.