Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion icons.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions resources/assets/icons/brands/x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/lang/en/urls.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
'marketsquare' => 'https://marketsquare.io/',
'socials' => [
'github' => 'https://github.com/ardenthq',
'twitter' => 'https://twitter.com/Ardent_HQ',
'x' => 'https://x.com/Ardent_HQ',
],
];
4 changes: 2 additions & 2 deletions resources/views/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
'terms' => [], // Needs `url` and `label` to display the Terms of Service link...
'socials' => [
[
'icon' => 'brands.solid.twitter',
'url' => trans('ui::urls.twitter')
'icon' => 'brands.x',
'url' => trans('ui::urls.x')
],
[
'icon' => 'brands.solid.linkedin',
Expand Down