Skip to content

Commit

Permalink
Add revybanner
Browse files Browse the repository at this point in the history
  • Loading branch information
jennymul committed Feb 15, 2024
1 parent a9c321e commit c14cca5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/routes/overview/components/Overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import moment from 'moment-timezone';
import { useMemo, useState } from 'react';
import { Helmet } from 'react-helmet-async';
import { Link } from 'react-router-dom';
// import Banner from 'app/components/Banner';
import { fetchData, fetchReadmes } from 'app/actions/FrontpageActions';
import { fetchRandomQuote } from 'app/actions/QuoteActions';
import Banner from 'app/components/Banner';
import Poll from 'app/components/Poll';
import RandomQuote from 'app/components/RandomQuote';
import { isArticle, isEvent, selectFrontpage } from 'app/reducers/frontpage';
Expand Down Expand Up @@ -108,12 +108,12 @@ const Overview = () => {
return (
<Container>
<Helmet title="Hjem" />
{/* <Banner
header="Abakusrevyen har opptak!"
subHeader="Søk her"
link="https://opptak.abakus.no"
<Banner
header="Billetter til Abakusrevyen ute nå!"
subHeader="Kjøp billetter her"
link="https://abakusrevyen.no/"
color="red"
/> */}
/>
<Flex className={styles.desktopContainer}>
<Flex column className={styles.leftColumn}>
<CompactEvents events={events} />
Expand Down

0 comments on commit c14cca5

Please sign in to comment.