Skip to content

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
	modified:   client/src/pages/about.tsx
	modified:   client/src/pages/favorite.tsx
	modified:   client/src/pages/home.tsx
	modified:   client/src/pages/news/index.tsx
	modified:   client/src/pages/news/singlePage.tsx
	modified:   client/src/pages/order.tsx
  • Loading branch information
Thith-thith committed Aug 7, 2023
1 parent c4c9d00 commit 6c0a11b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 37 deletions.
6 changes: 3 additions & 3 deletions client/src/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const Missions: Component = () => {
<div class="w-full items-center md:flex">
<div class="relative mb-12 w-full max-w-[310px] md:mr-12 md:mb-0 md:max-w-[250px] lg:mr-14 lg:max-w-[280px] 2xl:mr-16">
<img
src="../../public/images/mission-2.png"
src="/images/mission-2.png"
alt="image"
class="w-full"
/>
Expand Down Expand Up @@ -444,7 +444,7 @@ export const Missions: Component = () => {
</div>
<div class="relative mb-12 w-full max-w-[310px] md:ml-12 md:mb-0 md:max-w-[250px] lg:ml-24 lg:max-w-[280px] 2xl:ml-24">
<img
src="../../public/images/vision.png"
src="/images/vision.png"
alt="image"
class="w-full"
/>
Expand Down Expand Up @@ -766,7 +766,7 @@ export const Missions: Component = () => {
<div class="w-full items-center md:flex">
<div class="relative mb-12 w-full max-w-[310px] md:mr-12 md:mb-0 md:max-w-[250px] lg:mr-14 lg:max-w-[280px] 2xl:mr-16">
<img
src="../../public/images/policy.png"
src="/images/policy.png"
alt="image"
class="w-full"
/>
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/favorite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Favorite: Component = () => {
<section class="bg-white dark:bg-gray-900">
<div class="py-8 px-4 mx-auto max-w-screen-xl lg:py-16 lg:px-6">
<div class="mx-auto max-w-screen-sm text-center">
<img alt="comming soon" src="./images/soon.png" />
<img alt="comming soon" src="/images/soon.png" />
<p class="mb-4 text-3xl tracking-tight font-bold text-gray-900 md:text-4xl dark:text-white">
Coming Soon
</p>
Expand Down
32 changes: 6 additions & 26 deletions client/src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,63 +100,43 @@ export const Banner: Component = () => {
href="#"
class="mr-5 mb-5 lg:mb-0 hover:text-gray-800 dark:hover:text-gray-400"
>
<img
alt=""
src="../../public/images/maybank.svg"
class="w-48 "
/>
<img alt="" src="/images/maybank.svg" class="w-48 " />
</a>
<a
href="#"
class="mr-5 mb-5 lg:mb-0 hover:text-gray-800 dark:hover:text-gray-400"
>
<img
alt=""
src="../../public/images/prince-bank.png"
class="w-48"
/>
<img alt="" src="/images/prince-bank.png" class="w-48" />
</a>
<a
href="#"
class="mr-5 mb-5 lg:mb-0 hover:text-gray-800 dark:hover:text-gray-400"
>
<img
alt=""
src="../../public/images/hgb-group.png"
class="w-36"
/>
<img alt="" src="/images/hgb-group.png" class="w-36" />
</a>
</div>
<div class="flex flex-wrap justify-center items-center mt-8 text-gray-500 sm:justify-between">
<a
href="#"
class="mr-5 mb-5 lg:mb-0 hover:text-gray-800 dark:hover:text-gray-400"
>
<img
alt=""
src="../../public/images/ph_logo.png"
class="w-20"
/>
<img alt="" src="/images/ph_logo.png" class="w-20" />
</a>
<a
href="#"
class="mr-5 mb-5 lg:mb-0 hover:text-gray-800 dark:hover:text-gray-400"
>
<img
alt=""
src="../../public/images/orkide_development_logo.jpg"
src="/images/orkide_development_logo.jpg"
class="w-28"
/>
</a>
<a
href="#"
class="mr-5 mb-5 lg:mb-0 hover:text-gray-800 dark:hover:text-gray-400"
>
<img
alt=""
src="../../public/images/CAMPU_BANK.jpg"
class="w-72"
/>
<img alt="" src="/images/CAMPU_BANK.jpg" class="w-72" />
</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/news/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const Banner: Component = () => {
<img
class="object-cover object-center rounded"
alt="hero"
src="../../public/images/shopping.png"
src="/images/shopping.png"
/>
</div>
</div>
Expand Down
6 changes: 1 addition & 5 deletions client/src/pages/news/singlePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ const SinglePageNews: Component = () => {
<br />

<figure>
<img
src="../../../public/images/royal-king.jpg"
alt=""
class="w-auto"
/>
<img src="/images/royal-king.jpg" alt="" class="w-auto" />
<figcaption>Digital art by Anonymous</figcaption>
</figure>
<h2>
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/order.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const Order = () => {
<section class="bg-white dark:bg-gray-900">
<div class="py-8 px-4 mx-auto max-w-screen-xl lg:py-16 lg:px-6">
<div class="mx-auto max-w-screen-sm text-center">
<img alt="comming soon" src="./images/soon.png" />
<img alt="comming soon" src="/images/soon.png" />
<p class="mb-4 text-3xl tracking-tight font-bold text-gray-900 md:text-4xl dark:text-white">
Coming Soon
</p>
Expand Down

0 comments on commit 6c0a11b

Please sign in to comment.