Skip to content

Commit

Permalink
Fix breaking build with unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryqndev committed Apr 6, 2024
1 parent 5508cb6 commit cc1c6db
Showing 1 changed file with 33 additions and 31 deletions.
64 changes: 33 additions & 31 deletions src/app/pages/Designathons/Designathon24/components/About/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,38 +24,40 @@ const About = () => {
<img src={bl_blob_stars} alt="" className={cn.bl} />
<img src={tr_stars} alt="" className={cn.tr} />

<div className={cn.content}>
<h2 className={cn.heading}>About</h2>

<Notecard lineAdjustment={2}>
<div style={{ maxWidth: "95%" }}>
<p>
Design-a-thon is a 3 day long hybrid event where you or
a team design a product focused on the theme: True to
You! It takes place on May 17th, and ends May 19th.
</p>
<p>
Design at UCI is the premier student-run organization at
UCI for anything graphic design, UI/UX design, product
design, and more. Started in 2016, we foster a special
community for all digital designers to connect, learn,
and innovate.
</p>
<p>
Design at UCI’s designathon is the largest collegiate
designathon in Orange County. Each year, we bring
together hundreds of student designers nationwide to
define, develop, and pitch a product built from scratch.
We hope that this experience can help you acquire and
grow both your soft and hard skills in empathizing with
your users, defining a set of goals and needs,
developing your product, and improving your confidence
and creativity as a human-centric designer.
</p>
</div>
</Notecard>
</div>
<div className={cn.content}>
<h2 className={cn.heading}>About</h2>

<Notecard lineAdjustment={2}>
<div style={{ maxWidth: "95%" }}>
<p>
Design-a-thon is a 3 day long hybrid event where you
or a team design a product focused on the theme:
True to You! It takes place on May 17th, and ends
May 19th.
</p>
<p>
Design at UCI is the premier student-run
organization at UCI for anything graphic design,
UI/UX design, product design, and more. Started in
2016, we foster a special community for all digital
designers to connect, learn, and innovate.
</p>
<p>
Design at UCI’s designathon is the largest
collegiate designathon in Orange County. Each year,
we bring together hundreds of student designers
nationwide to define, develop, and pitch a product
built from scratch. We hope that this experience can
help you acquire and grow both your soft and hard
skills in empathizing with your users, defining a
set of goals and needs, developing your product, and
improving your confidence and creativity as a
human-centric designer.
</p>
</div>
</Notecard>
<img src={paperclip} alt="" className={cn.paperclip} />
</div>
<img
src={airplane}
alt=""
Expand Down

0 comments on commit cc1c6db

Please sign in to comment.