Skip to content

Commit

Permalink
fix(solutions-blog): refer the github links to actual github source (
Browse files Browse the repository at this point in the history
…#898)

cc @leerob

### Description

The `github` links are redirecting to vercel deploy, some visitors are
confused and find it hard to find the source.

x-ref: [twitter comment
#1](https://x.com/lxopetrucci/status/1777336583982612488)
x-ref: [twitter comment
#2](https://x.com/CIMSTA_official/status/1777330594638094366)

### Type of Change

- [ ] New Example
- [x] Example updates (Bug fixes, new features, etc.)
- [ ] Other (changes to the codebase, but not to examples)

---------

Co-authored-by: Lee Robinson <me@leerob.io>
  • Loading branch information
devjiwonchoi and leerob committed Apr 9, 2024
1 parent 602c9e9 commit 9a0c182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/blog/app/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function Footer() {
className="flex items-center transition-all hover:text-neutral-800 dark:hover:text-neutral-100"
rel="noopener noreferrer"
target="_blank"
href="https://vercel.com/templates/next.js/portfolio-starter-kit"
href="https://github.com/vercel/next.js"
>
<ArrowIcon />
<p className="ml-2 h-7">github</p>
Expand Down

0 comments on commit 9a0c182

Please sign in to comment.