Skip to content

Commit

Permalink
Merge pull request #10 from smswithoutborders/develop
Browse files Browse the repository at this point in the history
[Fix] Removed the "all rights reserved" text from the footer
  • Loading branch information
PromiseFru authored Apr 11, 2024
2 parents e2c1136 + c0ada15 commit 09fc5ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/_components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ export function Footer() {
<div className="text-center mt-5">
<hr className="border-t-2 border-gray-400" />
<p className="text-sm text-gray-400 mt-3">
<span className="mr-2">
&copy; {currentYear} SMSWithoutBorders. All rights reserved.
</span>
<span>&copy; {currentYear} SMSWithoutBorders.</span>
</p>
</div>
</Container>
Expand Down

0 comments on commit 09fc5ef

Please sign in to comment.