Skip to content

Commit

Permalink
Update src/pages/catalog/oer/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Sarang-Walters <[email protected]>
  • Loading branch information
mfsilva22 and nwalters512 authored Mar 15, 2024
1 parent a67d9c5 commit 1ce9b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/catalog/oer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const SharedQuestionCard: React.FC<SharedQuestionCardProps> = ({
)}
{github && (
<p className="mb-1">
<strong>View source</strong> on <Link href={github}>Github</Link>
<Link href={github}>View source on Github</Link>
</p>
)}
</div>
Expand Down

0 comments on commit 1ce9b36

Please sign in to comment.