Skip to content

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
	modified:   client/src/components/cards/NewsCard.tsx
	modified:   client/src/components/layouts/Footer.tsx
  • Loading branch information
Thith-thith committed Aug 7, 2023
1 parent 60aa955 commit 64a816c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 21 deletions.
2 changes: 1 addition & 1 deletion client/src/components/cards/NewsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const NewsCard: Component<Props> = ({ props }) => {
<div>
<h3>
<A
href="javascript:void(0)"
href="#"
class="text-dark hover:text-primary inline-block text-xl font-semibold sm:text-lg lg:text-lg xl:text-lg"
>
{props.title}
Expand Down
37 changes: 17 additions & 20 deletions client/src/components/layouts/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ const Footer: Component = () => {
<div class="-mx-4 flex flex-wrap">
<div class="w-full px-4 sm:w-2/3 lg:w-3/12">
<div class="mb-10 w-full">
<A
href="javascript:void(0)"
class="mb-6 inline-block max-w-[160px]"
>
<A href="#" class="mb-6 inline-block max-w-[160px]">
<img class="w-36" src="/images/footer-logo.png" />
</A>
<p class="text-body-color mb-7 text-base">
Expand Down Expand Up @@ -65,31 +62,31 @@ const Footer: Component = () => {
<ul>
<li>
<A
href="javascript:void(0)"
href="#"
class="text-body-color hover:text-primary mb-2 inline-block text-base leading-loose"
>
SaaS Development
</A>
</li>
<li>
<A
href="javascript:void(0)"
href="#"
class="text-body-color hover:text-primary mb-2 inline-block text-base leading-loose"
>
Our Products
</A>
</li>
<li>
<A
href="javascript:void(0)"
href="#"
class="text-body-color hover:text-primary mb-2 inline-block text-base leading-loose"
>
User Flow
</A>
</li>
<li>
<A
href="javascript:void(0)"
href="#"
class="text-body-color hover:text-primary mb-2 inline-block text-base leading-loose"
>
User Strategy
Expand All @@ -104,31 +101,31 @@ const Footer: Component = () => {
<ul>
<li>
<A
href="javascript:void(0)"
href="#"
class="text-body-color hover:text-primary mb-2 inline-block text-base leading-loose"
>
About US
</A>
</li>
<li>
<A
href="javascript:void(0)"
href="#"
class="text-body-color hover:text-primary mb-2 inline-block text-base leading-loose"
>
Contact & Support
</A>
</li>
<li>
<A
href="javascript:void(0)"
href="#"
class="text-body-color hover:text-primary mb-2 inline-block text-base leading-loose"
>
Success History
</A>
</li>
<li>
<A
href="javascript:void(0)"
href="#"
class="text-body-color hover:text-primary mb-2 inline-block text-base leading-loose"
>
Setting & Privacy
Expand All @@ -143,31 +140,31 @@ const Footer: Component = () => {
<ul>
<li>
<A
href="javascript:void(0)"
href="#"
class="text-body-color hover:text-primary mb-2 inline-block text-base leading-loose"
>
Premium Support
</A>
</li>
<li>
<A
href="javascript:void(0)"
href="#"
class="text-body-color hover:text-primary mb-2 inline-block text-base leading-loose"
>
Our Services
</A>
</li>
<li>
<A
href="javascript:void(0)"
href="#"
class="text-body-color hover:text-primary mb-2 inline-block text-base leading-loose"
>
Know Our Team
</A>
</li>
<li>
<A
href="javascript:void(0)"
href="#"
class="text-body-color hover:text-primary mb-2 inline-block text-base leading-loose"
>
Download App
Expand All @@ -181,7 +178,7 @@ const Footer: Component = () => {
<h4 class="text-dark mb-9 text-lg font-semibold">Follow Us On</h4>
<div class="mb-6 flex items-center">
<A
href="javascript:void(0)"
href="#"
class="text-dark hover:bg-primary hover:border-primary mr-3 flex h-8 w-8 items-center justify-center rounded-full border border-[#E5E5E5] hover:text-white sm:mr-4 lg:mr-3 xl:mr-4"
>
<svg
Expand All @@ -194,7 +191,7 @@ const Footer: Component = () => {
</svg>
</A>
<A
href="javascript:void(0)"
href="#"
class="text-dark hover:bg-primary hover:border-primary mr-3 flex h-8 w-8 items-center justify-center rounded-full border border-[#E5E5E5] hover:text-white sm:mr-4 lg:mr-3 xl:mr-4"
>
<svg
Expand All @@ -207,7 +204,7 @@ const Footer: Component = () => {
</svg>
</A>
<A
href="javascript:void(0)"
href="#"
class="text-dark hover:bg-primary hover:border-primary mr-3 flex h-8 w-8 items-center justify-center rounded-full border border-[#E5E5E5] hover:text-white sm:mr-4 lg:mr-3 xl:mr-4"
>
<svg
Expand All @@ -220,7 +217,7 @@ const Footer: Component = () => {
</svg>
</A>
<A
href="javascript:void(0)"
href="#"
class="text-dark hover:bg-primary hover:border-primary mr-3 flex h-8 w-8 items-center justify-center rounded-full border border-[#E5E5E5] hover:text-white sm:mr-4 lg:mr-3 xl:mr-4"
>
<svg
Expand Down

0 comments on commit 64a816c

Please sign in to comment.