mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
ok now single quotes!
This commit is contained in:
parent
008f38e295
commit
64d7788f93
1 changed files with 8 additions and 8 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import Icon from "@hackclub/icons";
|
||||
import { useEffect, useRef, useState } from "react";
|
||||
import { Box, Button, Card, Flex, Grid, Input, Link, Text } from "theme-ui";
|
||||
import { format } from "date-fns";
|
||||
import BGImg from "../../background-image";
|
||||
import background from "../../../public/home/footer.png";
|
||||
import MailCard from "../../mail-card";
|
||||
import Icon from '@hackclub/icons'
|
||||
import { useEffect, useRef, useState } from 'react'
|
||||
import { Box, Button, Card, Flex, Grid, Input, Link, Text } from 'theme-ui'
|
||||
import { format } from 'date-fns'
|
||||
import BGImg from '../../background-image'
|
||||
import background from '../../../public/home/footer.png'
|
||||
import MailCard from '../../mail-card'
|
||||
|
||||
const markdownToHtml = require('@hackclub/markdown')
|
||||
|
||||
|
|
@ -127,7 +127,7 @@ const MailingList = () => {
|
|||
}}
|
||||
as='p'
|
||||
>
|
||||
We&aposll send you an email no more than once a month, when we work
|
||||
We'll send you an email no more than once a month, when we work
|
||||
on something cool for you. Check out our{' '}
|
||||
<Link
|
||||
href='https://workshops.hackclub.com/leader-newsletters/'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue