File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ export default function Home() {
9696 < a
9797 href = "https://www.isis.stfc.ac.uk/Pages/home.aspx"
9898 className = "inline-flex p-2 text-blue-500 capitalize transition-colors duration-200 transform bg-blue-100 rounded-full dark:bg-blue-500 dark:text-white hover:underline hover:text-blue-600 dark:hover:text-blue-500"
99+ target = "_blank"
99100 >
100101 < svg
101102 xmlns = "http://www.w3.org/2000/svg"
@@ -149,6 +150,7 @@ export default function Home() {
149150 < a
150151 href = "https://www.isis.stfc.ac.uk/Pages/Experiment-Control.aspx"
151152 className = "inline-flex p-2 text-blue-500 capitalize transition-colors duration-200 transform bg-blue-100 rounded-full dark:bg-blue-500 dark:text-white hover:underline hover:text-blue-600 dark:hover:text-blue-500"
153+ target = "_blank"
152154 >
153155 < svg
154156 xmlns = "http://www.w3.org/2000/svg"
@@ -199,9 +201,10 @@ export default function Home() {
199201 analysis.
200202 </ p >
201203
202- < Link
204+ < a
203205 href = "https://github.com/ornl-epics/pvws"
204206 className = "inline-flex p-2 text-blue-500 capitalize transition-colors duration-200 transform bg-blue-100 rounded-full dark:bg-blue-500 dark:text-white hover:underline hover:text-blue-600 dark:hover:text-blue-500"
207+ target = "_blank"
205208 >
206209 < svg
207210 xmlns = "http://www.w3.org/2000/svg"
@@ -217,7 +220,7 @@ export default function Home() {
217220 d = "M13 9l3 3m0 0l-3 3m3-3H8m13 0a9 9 0 11-18 0 9 9 0 0118 0z"
218221 />
219222 </ svg >
220- </ Link >
223+ </ a >
221224 </ motion . div >
222225 </ div >
223226 </ div >
You can’t perform that action at this time.
0 commit comments