Skip to content

Commit d88cb3a

Browse files
committed
fix: Add target attribute to version link
1 parent ec4ae6d commit d88cb3a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

public/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Lorem Gen",
44
"description": "Quickly generate lorem ipsum text to bootstrap your content!",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"icons": {
77
"128": "logo-v2-128.png",
88
"192": "logo-v2-192.png"

src/components/Version/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const Version = () => {
44
return (
55
<div className={classes.version}>
66
<a
7+
target='__blank'
78
href={`https://github.com/DemonDaddy22/Lorem-Gen-Extension/releases/tag/v${process.env.REACT_APP_VERSION}`}
89
>
910
v {process.env.REACT_APP_VERSION}

0 commit comments

Comments
 (0)