Skip to content

Commit 2d35247

Browse files
committed
style(linting): Fix Lint errors
1 parent 664b0e6 commit 2d35247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app/AppTopbar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
22
function redirectToGithub() {
3-
window.open('https://github.com/sfxcode/nuxt3-primevue-starter', '_blank')
3+
window.open('https://github.com/sfxcode/vite-primevue-starter', '_blank')
44
}
55
</script>
66

0 commit comments

Comments
 (0)