Skip to content

Commit

Permalink
source code link
Browse files Browse the repository at this point in the history
  • Loading branch information
babaohuang committed Dec 26, 2023
1 parent f4c032b commit dbe8b09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<footer>
<div class="max-w-[80vw] mx-auto flex flex-col items-center justify-center mb-[1em]">
<div class="flex flex-wrap justify-center items-center text-xs op-30 my-2">
<a b-slate-link href="https://github.com/babaohuang/GeminiProChat" target="_blank">Source Code</a>

{import.meta.env.BLOG_LINK && (
<>
<span class="px-1">|</span>
<a b-slate-link href={import.meta.env.BLOG_LINK} target="_blank">Blog</a>
</>
)}
Expand Down
3 changes: 2 additions & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import Themetoggle from './Themetoggle.astro'
</div>
<p mt-1 op-60>
Based on Gemini Pro API.
<a href="https://blog.geminiprochat.com/posts/what-is-gemini">What is Gemini?</a>
<a href="https://blog.geminiprochat.com/posts/what-is-gemini">What is Gemini?</a><br>
This site is open source: <a href="https://github.com/babaohuang/GeminiProChat">Source code</a>
</p>
</header>

0 comments on commit dbe8b09

Please sign in to comment.