Make Copyright button open to new tab.
hirata-estate opened this issue · 4 comments
hirata-estate commented
Laarryy commented
This seems worthwhile adding - @Turbotailz I'm not sure where exactly to do this, but if you point me to it, I can make a PR. If you're up to it, you could also just immediately push it to master with no testing and I'm sure it'll be fine!
Turbotailz commented
I'll let you take the credit for this one Larry :)
Simply add target="_blank"
to this line:
https://github.com/LuckPerms/LuckPermsWeb/blob/master/src/App.vue#L119
Turbotailz commented
The reason it wasn't opening in a new tab is because it's an internal link, which generally you wouldn't open in a new tab. But I understand that it would be frustrating to accidentally click a link and lose all your progress (something else I plan to address in the future).