Skip to content

Commit

Permalink
chore: add TAURI info
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed Oct 1, 2024
1 parent ea6026c commit 1497619
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
10 changes: 9 additions & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,15 @@ export const Footer = () => {
</div>
</div>
</div>
<p className="text-center text-sm text-gray-400 border-t border-[rgb(255,255,255,0.2)] pt-4">Some content shown may be from a paid plan of qsv pro or older versions of qsv pro.</p>
<p className="text-center text-sm text-gray-400 border-t border-[rgb(255,255,255,0.2)] pt-4">
Some content shown may be from a paid plan of qsv pro or
older versions of qsv pro.
</p>
<p className="lg:text-center text-sm text-gray-400 pt-4 hidden lg:block">
TAURI is trademark of [The Tauri Programme within the
Commons Conservancy]. qsv pro is not endorsed by any of
the third-parties mentioned.
</p>
<p className="lg:text-center text-sm text-gray-400 pt-4 hidden lg:block">
&copy; datHere Inc. By using qsv pro and/or this site,
you agree to our{" "}
Expand Down
7 changes: 6 additions & 1 deletion src/components/Tech.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@ export const Tech = () => (
<div className="w-2/3 sm:w-[620px] lg:w-1/2 mx-auto lg:mx-0 lg:pl-10">
<div className="flex flex-wrap -m-4">
<div className="w-1/2 sm:w-1/4 py-6 flex justify-center">
<a href="https://tauri.app" target="_blank">
<a
href="https://tauri.app"
target="_blank"
className="flex"
>
<TauriLogo />
®️
</a>
</div>
<div className="w-1/2 sm:w-1/4 py-6 flex justify-center">
Expand Down

0 comments on commit 1497619

Please sign in to comment.