diff --git a/public/index.html b/public/index.html index 278899d..311146b 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,6 @@
- diff --git a/public/style_hacky_css_react_mag_mich_nicht.css b/public/style_hacky_css_react_mag_mich_nicht.css deleted file mode 100644 index 6ead652..0000000 --- a/public/style_hacky_css_react_mag_mich_nicht.css +++ /dev/null @@ -1,9 +0,0 @@ -body{ - background-image: url('/background.gif'); - background-size: cover; - background-position: center; - background-attachment: fixed; - height: 100vh; - padding:0; - margin:0; - } diff --git a/src/PartyPage.tsx b/src/PartyPage.tsx index 7247748..eea4ce5 100644 --- a/src/PartyPage.tsx +++ b/src/PartyPage.tsx @@ -18,13 +18,9 @@ export const PartyPage: React.FC = () => { const dear = myDear[partyContext.self.grammatical_gender]; const name = partyContext.self.name; const party = partyContext.party; - const myRef = useRef- Mehr Infos
-Mehr Infos
+