Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
isarojdahal committed Jan 3, 2025
1 parent 31f7812 commit c294417
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/UI/pages/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export const Footer = () => {
<p className="flex gap-2">
<MapPin className="size-5" />
<span>
{companyDataConstants.address}, {companyDataConstants.country}
{companyDataConstants.address.nepal.city},{' '}
{companyDataConstants.country}
</span>
</p>
</div>
Expand All @@ -33,7 +34,7 @@ export const Footer = () => {
href={social.link}
target="_blank"
rel="noreferrer"
className='hover:underline'
className="hover:underline"
>
{social.name}
</a>
Expand Down

0 comments on commit c294417

Please sign in to comment.