Add forum link
parent
9fea3fc8ac
commit
9ebc5b6a89
|
@ -68,6 +68,7 @@
|
|||
<transition name="p-input-overlay" @enter="onMenuEnter" @leave="onMenuLeave">
|
||||
<ul v-show="activeMenuIndex === 2">
|
||||
<li><router-link to="/support"><span>Support</span></router-link></li>
|
||||
<li><a href="https://forum.primefaces.org/viewforum.php?f=110"><span>Forum</span></a></li>
|
||||
<li><a href="https://github.com/primefaces/primevue" target="_blank"><span>Source Code</span></a></li>
|
||||
<li><a href="https://www.primefaces.org/store" target="_blank"><span>PrimeStore</span></a></li>
|
||||
<li><a href="https://www.primefaces.org/category/primevue/" target="_blank"><span>Blog</span></a></li>
|
||||
|
|
|
@ -200,6 +200,10 @@
|
|||
background-color: #212529;
|
||||
color: #ffffff;
|
||||
|
||||
h3 {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
p {
|
||||
color: #d8d8d8;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue