Skip to content

Commit

Permalink
fix: broken event image link
Browse files Browse the repository at this point in the history
  • Loading branch information
sonylomo committed Nov 15, 2023
1 parent 63baab2 commit a114809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,7 @@ function EventsSection({ showTabs, showAllEventsLink }) {
{topEventsData?.count === 0 ? (
<p>No events found!</p>
) : (
<>
{topEventsData ? (
<Events events={topEventsData?.results} isVertical={false} />
) : ('')}
</>
<Events events={topEventsData?.results} isVertical={false} />
)}
</>
)}
Expand Down
2 changes: 1 addition & 1 deletion src/APP/pages/landingPage/sections/HeroSection3.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const HeroSection3 = () => {
<h2 className="text-3xl font-semibold">Our Partners</h2>

<p className="max-w-[832px] text-center text-base font-normal">
At SpaceYaTech, we thrive on innovation, knowledge and he support of
At SpaceYaTech, we thrive on innovation, knowledge and the support of
our dedicated partners. Join us in celebrating the companies and
individuals who make SpaceYaTech possible.
</p>
Expand Down

1 comment on commit a114809

@vercel
Copy link

@vercel vercel bot commented on a114809 Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

syt-web-redesign – ./

syt-web-redesign.vercel.app
syt-web-redesign-git-main-sytweb.vercel.app
syt-web-redesign-sytweb.vercel.app

Please sign in to comment.