Skip to content

Commit

Permalink
Add gb group link, pricing to sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
JhumanJ committed Dec 11, 2023
1 parent dcc8b9f commit 3eed35e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/Http/Controllers/SitemapController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
2 changes: 1 addition & 1 deletion app/Service/Forms/Webhooks/DiscordHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ protected function getWebhookData(): array
"description" => implode(' - ', $externalLinks)
];
}

return [
'content' => 'New submission for your form **' . $this->form->title . '**',
'tts' => false,
Expand Down
4 changes: 4 additions & 0 deletions resources/js/components/pages/OpenFormFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3eed35e

Please sign in to comment.