Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle committed Dec 6, 2023
1 parent a5053d6 commit e6d7276
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ui/src/components/Layouts/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,15 @@ const Footer: FC = () => {
<li>
<Link to="/feedback">Feedback</Link>{" "}
</li>
<li>
<a
href="https://github.com/sponsors/lifeparticle"
target="_blank"
rel="noopener noreferrer"
>
Support
</a>
</li>
</ul>
</Space>

Expand Down

0 comments on commit e6d7276

Please sign in to comment.