Skip to content
This repository was archived by the owner on Mar 29, 2022. It is now read-only.
Open

text #13

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ export default function Footer() {
))}
</div>
<div>
<div className="heading mb-5">Get in touch</div>
<div className="heading mb-5">Get in Touch</div>

<div className="mb-8 text-sm font-light text-gray-500">
We want to hear from you. Find us on social media
We want to hear from you.
</div>
<div className="flex">
<a href="#" className="mr-3">
Expand Down
4 changes: 3 additions & 1 deletion app/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ export default function Header() {
return (
<div className="flex c mt-8">
<div className="flex-grow">
<img src="/images/logo.svg" alt="Tender Finance" />
<a href="/">
<img src="/images/logo.svg" alt="Tender Finance" />
</a>
</div>
<div>
<button
Expand Down
2 changes: 1 addition & 1 deletion app/components/subscribe-to-newsletter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function SubscribeToNewsletter() {
</div>
<div className="max-w-lg m-auto mb-6">
Tender is an open source and non-custodial liquidity protocol for
earning interest on deposits and borrowing assets.
borrowing assets and earning interest on deposits.
</div>
<div className="inline-block m-auto mb-20 ">
<button className="flex bg-brand-black text-white px-12 py-5">
Expand Down
4 changes: 2 additions & 2 deletions app/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function Index() {
</div>
<div className="mb-12 max-w-lg">
Tender is an open source and non-custodial liquidity protocol for
earning interest on deposits and borrowing assets.
borrowing assets and earning interest on deposits.
</div>
<div className="mb-16">
<Link to="/app">
Expand Down Expand Up @@ -65,7 +65,7 @@ export default function Index() {
</div>
<div className="leading-loose">
These stakeholders actively contribute as part of the community to
the Aave Protocol and its governance.
the Tender Finance Protocol and its governance.
</div>
</div>
<div className="flex-grow">&nbsp;</div>
Expand Down