Skip to content

Commit

Permalink
♻️ Tiny Refactor in Interface
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed Oct 12, 2024
1 parent 91c095e commit 0762613
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions interface/src/components/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ export const Footer = () => {
<div className="col-span-full md:order-2">
<p className="text-secondary text-center text-sm">
&copy; {currentYear}{" "}
<ExternalLink href={COMPANY_URL} text={COMPANY_NAME} />. Licensed
under the <ExternalLink href={LICENSE_URL} text={LICENSE_NAME} />.
<ExternalLink href={COMPANY_URL} text={COMPANY_NAME} />. Content
licensed under the{" "}
<ExternalLink href={LICENSE_URL} text={LICENSE_NAME} />.
</p>
</div>

Expand Down

0 comments on commit 0762613

Please sign in to comment.