Skip to content

Commit

Permalink
Update Footer.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
babaohuang committed Dec 25, 2023
1 parent 42cde14 commit 2202d0f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@
)}
</div>

<!-- Copyright information with Privacy Policy and Terms of Service -->
<p class="text-xs op-30 text-center mt-4">
© 2023 <a href="https://geminiprochat.com" target="_blank">Gemini Pro Chat</a>. All rights reserved.
<!-- Second row for Privacy Policy and Terms of Service -->
<div class="flex flex-wrap justify-center items-center text-xs op-30 my-2">
{import.meta.env.PRIVACY_POLICY_LINK && (
<a href={import.meta.env.PRIVACY_POLICY_LINK} target="_blank">Privacy Policy</a>
)}
Expand All @@ -38,6 +37,11 @@
<a href={import.meta.env.TOS_LINK} target="_blank">Terms of Service</a>
</>
)}
</div>

<!-- Copyright information -->
<p class="text-xs op-30 text-center mt-4">
© 2023 <a href="https://geminiprochat.com" target="_blank" class="font-bold">Gemini Pro Chat</a>. All rights reserved.
</p>
</div>
</footer>

0 comments on commit 2202d0f

Please sign in to comment.