We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbae18 commit c2f12a2Copy full SHA for c2f12a2
src/app/page.tsx
@@ -30,7 +30,7 @@ export default function Page() {
30
<div className="flex items-end justify-between mb-6">
31
<h2 className="text-2xl font-bold">Featured Projects</h2>
32
<a
33
- href={`https://github.com/${SITE.githubUser}?tab=repositories`}
+ href={`https://github.com/stars/laithse1/lists/my-projects`}
34
className="text-sm hover:text-brand"
35
target="_blank"
36
rel="noopener noreferrer"
0 commit comments