diff --git a/components/AppLayout/AppLayout.js b/components/AppLayout/AppLayout.js index 3a6243df..52c2aa6b 100644 --- a/components/AppLayout/AppLayout.js +++ b/components/AppLayout/AppLayout.js @@ -26,22 +26,11 @@ const USER_QUERY = gql` ${AppHeader.fragments.AppHeaderUserData} `; -const useStyles = makeStyles(theme => ({ +const useStyles = makeStyles({ container: { flex: 1, }, - mgp: { - color: '#fff', - background: theme.palette.secondary[500], - display: 'flex', - gap: 8, - padding: 8, - justifyContent: 'center', - '& > a': { - color: theme.palette.primary[500], - }, - }, -})); +}); const apiLogout = () => { return fetchAPI('/logout').then(resp => resp.json()); @@ -97,13 +86,6 @@ function AppLayout({ children, container = true }) { return ( -
- 🏆 謠言惑眾獎 🏆 投票到 4/12 唷! - - 活動詳情 - - 用 LINE 投票去 -
({ root: { display: 'flex', @@ -565,11 +562,11 @@ function ArticlePage() { )} - + 第四屆謠言惑眾獎投票中! @@ -623,11 +620,11 @@ function ArticlePage() { - + 第四屆謠言惑眾獎投票中! diff --git a/public/mgp.jpg b/public/mgp.jpg deleted file mode 100644 index b7085992..00000000 Binary files a/public/mgp.jpg and /dev/null differ