Skip to content

Commit

Permalink
update sourcecode link to open in new window
Browse files Browse the repository at this point in the history
  • Loading branch information
jamessizeland committed Aug 9, 2024
1 parent e8c0da8 commit 98ef3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/Footer/Copywrite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function Copywrite({
return (
<div className={cn('p-6 bg-gray-200 flex justify-between', className)}>
<span>2024, {owner ? owner : author?.name}</span>
<a className="text-gray-600 font-semibold" href={repo}>
<a className="text-gray-600 font-semibold" href={repo} target="_blank">
Sourcecode
</a>
<span>version: {version}</span>
Expand Down

0 comments on commit 98ef3c7

Please sign in to comment.