Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
madawei2699 committed Nov 19, 2023
1 parent 472b594 commit 9266b55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/landing/www/src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Footer = () => {
return (
<footer className="bg-white px-4 md:px-20 mx-auto">
<div className="container flex justify-between items-center py-3 lg:px-20">
<p>©2023 myreader.io All rights reserved.</p>
<p>©2023 myreader.io All rights reserved. Powered by <a href="https://www.i365.tech/" className="highlight-link">i365.tech</a>.</p>
<a
href="https://github.com/madawei2699/myGPTReader"
>
Expand Down
4 changes: 4 additions & 0 deletions web/landing/www/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}

.highlight-link {
color: #3b82f6;
}

0 comments on commit 9266b55

Please sign in to comment.