Skip to content

Commit

Permalink
[TASK] Replace twitter with x
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Oct 9, 2024
1 parent d83517c commit e2956c2
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Build/bootstrappackageicon.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"googleplus": 61703,
"instagram": 61704,
"linkedin": 61705,
"twitter": 61706,
"vimeo": 61707,
"xing": 61708,
"youtube": 61709,
"vk": 61710,
"rss": 61711
"rss": 61711,
"x": 61712
}
8 changes: 4 additions & 4 deletions Configuration/TypoScript/constants.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@ page {
# cat=bootstrap package: social media/165/01_facebook_url; type=string; label=Facebook Url: Insert the full account url
url =
}
twitter {
# cat=bootstrap package: social media/165/02_twitter_label; type=string; label=Twitter Label: Insert the label
label = Twitter
# cat=bootstrap package: social media/165/02_twitter_url; type=string; label=Twitter Url: Insert the full account url
x {
# cat=bootstrap package: social media/165/02_x_label; type=string; label=X: Insert the label
label = X
# cat=bootstrap package: social media/165/02_x_url; type=string; label=X: Insert the full account url
url =
}
instagram {
Expand Down
6 changes: 3 additions & 3 deletions Documentation/Contribution/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ access yet, you can register at `my.typo3.org`_.
.. _my.typo3.org: https://my.typo3.org/about-mytypo3org/slack


Twitter
=======
X
=

If you have any questions about this project or just want to talk:
Send a tweet `@benjaminkott <https://twitter.com/benjaminkott>`_.
Send a tweet `@benjaminkott <https://x.com/benjaminkott>`_.
10 changes: 5 additions & 5 deletions Resources/Public/Fonts/bootstrappackageicon.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@font-face {
font-family: "bootstrappackageicon";
src: url("./bootstrappackageicon.eot?e678184791932ff3efaa4f2d1ea07822#iefix") format("embedded-opentype"),
url("./bootstrappackageicon.woff2?e678184791932ff3efaa4f2d1ea07822") format("woff2"),
url("./bootstrappackageicon.woff?e678184791932ff3efaa4f2d1ea07822") format("woff"),
url("./bootstrappackageicon.ttf?e678184791932ff3efaa4f2d1ea07822") format("truetype");
src: url("./bootstrappackageicon.eot?14d0e7efab52314f20df27d9398e0d03#iefix") format("embedded-opentype"),
url("./bootstrappackageicon.woff2?14d0e7efab52314f20df27d9398e0d03") format("woff2"),
url("./bootstrappackageicon.woff?14d0e7efab52314f20df27d9398e0d03") format("woff"),
url("./bootstrappackageicon.ttf?14d0e7efab52314f20df27d9398e0d03") format("truetype");
font-display: swap;
}

Expand All @@ -29,9 +29,9 @@ url("./bootstrappackageicon.ttf?e678184791932ff3efaa4f2d1ea07822") format("truet
.bootstrappackageicon-googleplus::before { content: "\f107"; }
.bootstrappackageicon-instagram::before { content: "\f108"; }
.bootstrappackageicon-linkedin::before { content: "\f109"; }
.bootstrappackageicon-twitter::before { content: "\f10a"; }
.bootstrappackageicon-vimeo::before { content: "\f10b"; }
.bootstrappackageicon-xing::before { content: "\f10c"; }
.bootstrappackageicon-youtube::before { content: "\f10d"; }
.bootstrappackageicon-vk::before { content: "\f10e"; }
.bootstrappackageicon-rss::before { content: "\f10f"; }
.bootstrappackageicon-x::before { content: "\f110"; }
Binary file modified Resources/Public/Fonts/bootstrappackageicon.eot
Binary file not shown.
2 changes: 1 addition & 1 deletion Resources/Public/Fonts/bootstrappackageicon.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Resources/Public/Fonts/bootstrappackageicon.ttf
Binary file not shown.
Binary file modified Resources/Public/Fonts/bootstrappackageicon.woff
Binary file not shown.
Binary file modified Resources/Public/Fonts/bootstrappackageicon.woff2
Binary file not shown.
1 change: 0 additions & 1 deletion Resources/Public/Icons/BootstrapPackageIcon/twitter.svg

This file was deleted.

1 change: 1 addition & 0 deletions Resources/Public/Icons/BootstrapPackageIcon/x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e2956c2

Please sign in to comment.