Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Jul 12, 2020
1 parent 2e6101c commit 98387f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/AppMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<div class="layout-menu">
<div class="menu-category">General</div>
<div class="menu-items">
<router-link to="/setup">Get Started</router-link>
<a href="https://forum.primefaces.org/viewforum.php?f=110" target="_blank">Community Forum</a>
<a href="https://github.com/primefaces/primevue" target="_blank">Source Code</a></li>
<router-link to="/setup">Get Started</router-link>
<a href="https://forum.primefaces.org/viewforum.php?f=110" target="_blank">Community Forum</a>
<a href="https://github.com/primefaces/primevue" target="_blank">Source Code</a>
<router-link to="/support">Support</router-link>
</div>

Expand Down

0 comments on commit 98387f6

Please sign in to comment.