Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
chore: add wua luan luan
Browse files Browse the repository at this point in the history
  • Loading branch information
betich committed Aug 1, 2023
1 parent 2a17f94 commit 3632f2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file added public/images/Wua.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import Fourgle from '@/public/images/fourgle.jpg';
import Ptt from '@/public/images/Ptt.png';
import ParkOrigin from '@/public/images/ParkOrigin.png';
import ThaiBev from '@/public/images/ThaiBev.png';
import WuaLuanLuan from '@/public/images/Wua.png';
const Footer = () => {
return (
<footer className="relative w-full">
Expand Down Expand Up @@ -66,6 +67,12 @@ const Footer = () => {
height={20}
alt="ParkOrigin"
/>
<Image
src={WuaLuanLuan}
width={40}
height={50}
alt="WuaLuanLuan"
/>
</div>
</div>
<div className="order-1 flex items-center justify-center p-4 md:mb-0 lg:order-2 lg:mb-2 lg:mt-5 lg:p-3">
Expand Down

0 comments on commit 3632f2d

Please sign in to comment.