Skip to content

Commit

Permalink
feat: sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
masternonnolnw committed Jul 16, 2023
1 parent 9932e1b commit c47d6f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Binary file added frontend/public/images/sponsor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/components/landing/sponsor.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Image from "next/image"

import Icon from "@/../public/images/ct-b-down.png"
import placeholder from "@/../public/images/sponsor.webp"
import placeholder from "@/../public/images/sponsor.png"

import TWA from "@/../public/TWA_sponsor.svg"

Expand Down
7 changes: 6 additions & 1 deletion frontend/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ export default function App({ Component, pageProps }: AppProps) {
/>
</Link>
</div>
<Button className="bg-green-700 hover:bg-green-700 mr-[17px]">
<Button
className="bg-green-700 hover:bg-green-700 mr-[17px]"
onClick={() => {
window.location.href = "https://line.me/ti/p/@451zlmap"
}}
>
ติดต่อเรา
</Button>
<Navbar />
Expand Down

0 comments on commit c47d6f8

Please sign in to comment.