Add gb group link, pricing to sitemap
This commit is contained in:
parent
dcc8b9fa62
commit
3eed35e4c6
|
@ -16,6 +16,7 @@ class SitemapController extends Controller
|
|||
*/
|
||||
protected $urls = [
|
||||
['/', 1],
|
||||
['/pricing', 0.9],
|
||||
['/privacy-policy', 0.5],
|
||||
['/terms-conditions', 0.5],
|
||||
['/login', 0.4],
|
||||
|
|
|
@ -24,6 +24,10 @@
|
|||
class="text-gray-600 dark:text-gray-400 transition-colors duration-300 hover:text-nt-blue">
|
||||
Roadmap
|
||||
</a>
|
||||
<a href="www.facebook.com/groups/opnform" target="_blank"
|
||||
class="text-gray-600 dark:text-gray-400 transition-colors duration-300 hover:text-nt-blue">
|
||||
Facebook Group
|
||||
</a>
|
||||
<router-link :to="{name:'privacy-policy'}"
|
||||
class="text-gray-600 dark:text-gray-400 transition-colors duration-300 hover:text-nt-blue">
|
||||
Privacy Policy
|
||||
|
|
Loading…
Reference in New Issue