Skip to content

Commit

Permalink
Merge branch 'main' of github.com:KaiAlan/h4b-s3
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiAlan committed Jun 23, 2024
2 parents 95dd180 + f95f5c9 commit 5b27efb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Binary file modified src/assets/images/SponsorImages/.xyx-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions src/components/private/sponsors/Sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ const Sponsors = () => {
})}
</div>
</div>
<div className="sponsors__container_flex">
<div
className="sponsors__container_flex"
style={{
alignItems: "end",
}}
>
<div className="sponsors__container domain_container silv">
<h1>Silver Sponsor</h1>
<div className="sponsors__flexbox">
Expand All @@ -42,7 +47,7 @@ const Sponsors = () => {
</div>
</div>
<div className="sponsors__container silv">
<h1>Education Partner</h1>
<h1>Venue & Education Partner</h1>
<div className="sponsors__flexbox">
{sponsors["Education"].map((item, index) => {
return (
Expand Down

0 comments on commit 5b27efb

Please sign in to comment.