Skip to content

Commit

Permalink
feat: move contact in default folder for simplify layout logic
Browse files Browse the repository at this point in the history
  • Loading branch information
pom421 committed Dec 3, 2024
1 parent d3082bc commit 8cee97d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { DetailContact } from "./DetailContact";

const ContactPage = () => {
return (
<div className="col-start-2 mt-10 md:mt-20 relative ">
<div className="relative ">
<H1 className="relative md:before:content-[''] before:block before:absolute before:top-[-35px] before:left-[-55px] before:w-full before:h-[91px] before:max-w-[650px] before:bg-[url('/img/dot.png')] before:bg-no-repeat">
{config.tally.contact.label}
</H1>
Expand Down

0 comments on commit 8cee97d

Please sign in to comment.