Skip to content

Commit

Permalink
remove creators from footer
Browse files Browse the repository at this point in the history
  • Loading branch information
KlonD90 committed Jan 28, 2025
1 parent dd424bb commit 143817b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions site/src/components/common/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ function Footer({ className }: InferProps<typeof Footer.propTypes>) {

<div className={s.bottom}>
<div className={s.copyright}>© All rights reserved. =nil; Foundation {getYear}</div>
{stub.creators.map((el) => (
<div className={s.creators} key={el.name}>
<Button href={el.link}>{el.name}</Button>
</div>
))}
<Button className={s.arrow} onClick={scrollTop}>
<Icon name="arrow-up" />
</Button>
Expand Down

0 comments on commit 143817b

Please sign in to comment.