File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11<footer >
22 <div class =" max-w-[80vw] mx-auto flex flex-col items-center justify-center mb-[1em]" >
3- <!-- First row for Blog, Source Code, and Partner Links -->
43 <div class =" flex flex-wrap justify-center items-center text-xs op-30 my-2" >
54 <a b-slate-link href =" https://github.com/babaohuang/GeminiProChat" target =" _blank" >Source Code</a >
65
2625 )}
2726 </div >
2827
29- <!-- Second row for Privacy Policy and Terms of Service -->
28+ <p class =" text-xs op-30 text-center mt-4" >
29+ © 2023 <a href =" https://geminiprochat.com" target =" _blank" class =" font-bold" >Gemini Pro Chat</a >. All rights reserved.
30+ </p >
31+
3032 <div class =" flex flex-wrap justify-center items-center text-xs op-30 my-2" >
3133 { import .meta .env .PRIVACY_POLICY_LINK && (
3234 <a href = { import .meta .env .PRIVACY_POLICY_LINK } target = " _blank" >Privacy Policy</a >
3941 )}
4042 </div >
4143
42- <!-- Copyright information -->
43- <p class =" text-xs op-30 text-center mt-4" >
44- © 2023 <a href =" https://geminiprochat.com" target =" _blank" class =" font-bold" >Gemini Pro Chat</a >. All rights reserved.
45- </p >
4644 </div >
4745</footer >
Original file line number Diff line number Diff line change @@ -9,8 +9,11 @@ import Themetoggle from './Themetoggle.astro'
99 <Themetoggle />
1010 </div >
1111 <div class =" fi mt-2" >
12- <span class =" gpt-title" >Gemini Pro</span >
13- <span class =" gpt-subtitle" >Chat</span >
12+ <a href = " https://geminiprochat.com " class =" gpt-title" >Gemini Pro</a >
13+ <a href = " https://geminiprochat.com " class =" gpt-subtitle" >Chat</a >
1414 </div >
15- <p mt-1 op-60 >Based on Gemini Pro API.</p >
15+ <p mt-1 op-60 >
16+ Based on Gemini Pro API.
17+ <a href =" https://blog.geminiprochat.com/posts/what-is-gemini" >What is Gemini?</a >
18+ </p >
1619</header >
You can’t perform that action at this time.
0 commit comments