We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96157e commit 1b5bdeaCopy full SHA for 1b5bdea
pages/projects.tsx
@@ -25,14 +25,12 @@ const Projects = ({
25
return (
26
<Layout title="Projects - Ru Chern" description={pageDescription}>
27
<StructuredData data={structuredData} />
28
- <div className="mb-8 flex flex-col">
+ <div className="mb-16 flex flex-col">
29
<h1 className="mb-4 text-3xl font-bold md:text-4xl">Projects</h1>
30
<div className="mb-8">
31
{projects.map(({ name, description, link }) => {
32
- const linkText = link.replace("https://", "");
33
-
34
35
- <div key={name} className="flex flex-col items-start">
+ <div key={name} className="mb-8 flex flex-col items-start">
36
<h3 className="mb-2 text-lg font-semibold md:text-2xl">
37
{name}
38
</h3>
0 commit comments