Skip to content

Commit

Permalink
feat: update email
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Oct 21, 2024
1 parent b9b7389 commit 46e5c47
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 24 deletions.
26 changes: 8 additions & 18 deletions src/app/pages/Contact/Contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,27 @@ const Contact = () => (
<title>Contact – Design at UCI</title>
</Helmet>
<Section className="center page">
<div className="split2 slim">
<div className="center narrow">
<div className="flex">
<a
className="wait scale show dx button fill blue"
href="mailto:hello@designatuci.com"
href="mailto:designatuci@gmail.com"
>
<Text size="L">hello@designatuci.com</Text>
<Text size="L">designatuci@gmail.com</Text>
</a>
<Space h="32" block />
<Text className="color gray">
Do you have a question, comment, or feedback for us? Don't hesitate
Do you have a question, comment, or feedback for us?
Want to collaborate with Design at UCI? Don't hesitate
to send us an email.
</Text>
</div>
<div className="flex">
<a
className="wait scale show dx button fill gray"
href="mailto:[email protected]"
>
<Text size="L">[email protected]</Text>
</a>
<Space h="32" block />
<Text className="color gray">
Want to collaborate with Design at UCI? You can reach the campus'
design community easily through us.
</Text>
</div>
</div>
<Space h="32" />
<div>
<Text className="color gray">Reach out to us on social media</Text>
<Text className="color gray">
Reach out to us on social media
</Text>
<Space h="16" block />
<div className="flex row">
{socials.map(({ name, link, icons }) => (
Expand Down
4 changes: 2 additions & 2 deletions src/app/pages/Events/Events-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ const EventsDev = () => {
Have a suggestion of something you would like to see?
<br />
Submit your feedback to{" "}
<a href="mailto:hello@designatuci.com">
hello@designatuci.com
<a href="mailto:designatuci@gmail.com">
designatuci@gmail.com
</a>
.
</Text>
Expand Down
4 changes: 2 additions & 2 deletions src/app/pages/Events/Events.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ const Events = () => {
Have a suggestion of something you would like to see?
<br />
Submit your feedback to{" "}
<a href="mailto:hello@designatuci.com">
hello@designatuci.com
<a href="mailto:designatuci@gmail.com">
designatuci@gmail.com
</a>
.
</Text>
Expand Down
4 changes: 2 additions & 2 deletions src/app/pages/Houses/sections/Join.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ function Join(props, ref) {
Didn’t get to Join a House? Send Us an Email
</Text>
<Text color="gray" className={cn.description}>
To get sorted into a house, please email us or talk to a board member at
any meeting!
To get sorted into a house, please email us or talk to a board
member at any meeting!
</Text>
<div className={clsx("wait show drop d10 l2", cn.button)}>
<a
Expand Down

0 comments on commit 46e5c47

Please sign in to comment.