Shifting credits
This commit is contained in:
@@ -49,6 +49,9 @@ export default function Home(){
|
|||||||
<p className="text-sm text-gray-500 mt-3">
|
<p className="text-sm text-gray-500 mt-3">
|
||||||
No login required • Free • Instant results
|
No login required • Free • Instant results
|
||||||
</p>
|
</p>
|
||||||
|
<p className="text-xs text-gray-600 mt-1">
|
||||||
|
Made with ❤️ by Saksham Vitwekar
|
||||||
|
</p>
|
||||||
<div className="flex gap-4 justify-center mt-6 overflow-hidden">
|
<div className="flex gap-4 justify-center mt-6 overflow-hidden">
|
||||||
<Link href={"/calculators"}><button className="btn bg-[#ef4444] hover:bg-[#bb0707]">Get Started</button></Link>
|
<Link href={"/calculators"}><button className="btn bg-[#ef4444] hover:bg-[#bb0707]">Get Started</button></Link>
|
||||||
<Link href={"https://github.com/SomeTroller77/calcforcardiac"}><button className="btn bg-[#0d1117] hover:bg-[#000]">Github Repo</button></Link>
|
<Link href={"https://github.com/SomeTroller77/calcforcardiac"}><button className="btn bg-[#0d1117] hover:bg-[#000]">Github Repo</button></Link>
|
||||||
@@ -99,7 +102,7 @@ export default function Home(){
|
|||||||
<br/>
|
<br/>
|
||||||
<Link href={"https://github.com/SomeTroller77"}>
|
<Link href={"https://github.com/SomeTroller77"}>
|
||||||
<p className="text-xs text-gray-500 mt-16 mb-8 text-center">
|
<p className="text-xs text-gray-500 mt-16 mb-8 text-center">
|
||||||
Built with ❤️ by Saksham Vitwekar
|
|
||||||
</p>
|
</p>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user