Skip to content

Commit

Permalink
Merge pull request #16 from luminr-co/rojen
Browse files Browse the repository at this point in the history
fix: mobile footer
  • Loading branch information
rojen11 authored Aug 15, 2023
2 parents 88b39fc + 88a344b commit 48d6448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const kanit = Kanit({
});

export const metadata = {
metadataBase: "https://luminr.co",
title: {
template: "%s | Luminr.co",
default: "Luminr.co",
Expand Down
2 changes: 1 addition & 1 deletion src/app/sections/Footer/MobileFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const MobileFooter = () => {
<div className="flex flex-col py-7 gap-7">
<div className="contact-us flex flex-col gap-4 font-kanit">
<p className="text-xl font-semibold ">Contact Us</p>
<p className="company-email text-base">hello@lumir.co</p>
<p className="company-email text-base"><a href="mailto:hello@luminr.co">[email protected]</a></p>
<p className="location text-base font-normal ">
Kaldhara <br /> Kathmandu,Nepal
</p>
Expand Down

0 comments on commit 48d6448

Please sign in to comment.