Skip to content

Commit

Permalink
Update footer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq authored Aug 23, 2024
1 parent 84d3372 commit 5edc7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/layout/footer/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Footer = () => {
<div className="flex items-center justify-between space-x-1 sm:justify-start sm:space-x-2">
<span className="px-1">{t('layout.footer.COPY_RIGHT1', { date: new Date().getFullYear() })}</span>
<a
href={process.env.NEXT_PUBLIC_EVER_TEAMS_LINK || 'https://gauzy.team'}
href={process.env.NEXT_PUBLIC_EVER_TEAMS_LINK || 'https://ever.team'}
target="_blank"
className="text-primary dark:text-gray-300"
rel="noreferrer"
Expand Down

0 comments on commit 5edc7b0

Please sign in to comment.