Skip to content

Commit

Permalink
feat: updating sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
davilapa committed Sep 6, 2023
1 parent 47526fa commit cd6aa99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/components/SponsorBanner/SponsorBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import './SponsorBanner.scss'
export const SponsorBanner = () => {
return (
<section id="sponsors" className="sponsor-banner">
<h2 className="sponsor-banner-title">Sponsors</h2>
<p className="sponsor-banner-description">Nuestros Patrocinadores</p>
<h2 className="sponsor-banner-title">Apoyan</h2>
<p className="sponsor-banner-description">Quienes nos apoyan</p>

<Ticker />
</section>
Expand Down
7 changes: 0 additions & 7 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
// If you add a spomsor you need to update the CSS in the Ticker
export const sponsors = [
{
src:"colombia-dev.svg",
height: "32",
width:"33",
alt: "colombia dev logo",
url: "https://colombia-dev.org/"
},
{
src:"sociedad-ingenieros.png",
height: "32",
Expand Down

0 comments on commit cd6aa99

Please sign in to comment.