We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 484b7fe commit b5e4698Copy full SHA for b5e4698
src/Page/ProjectShowcase.jsx
@@ -182,7 +182,7 @@ const ProjectsPage = () => {
182
<div className="modgp relative inline-block w-full py-3">
183
<div className="relative">
184
<div className="bg-primary enabled:hover:bg-primary-dark enabled:active:bg-primary-dark enabled:focus:bg-primary-dark px-18 relative inline-flex w-full items-center justify-center rounded-lg py-5 text-6xl font-bold text-white transition-all focus:outline-none enabled:hover:shadow-md disabled:opacity-50">
185
- <div className="flex w-full items-center justify-center">Project Hub</div>
+ <div className="flex w-full items-center justify-center">Project Display</div>
186
</div>
187
188
<div className="pointer-events-none absolute inset-0">
0 commit comments