LuckPerms/LuckPermsWeb

Make Copyright button open to new tab.

hirata-estate opened this issue · 4 comments

Make Copyright button open to new tab.
image
I've... accidentally pressed this button while trying to add perms... and resetting all that I was working on... too many times now... please...

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!

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

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).

#374 should do it