Skip to content

Commit 55d14a1

Browse files
committed
Update the SNS name, "Twitter", to "X"
1 parent b61b184 commit 55d14a1

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

CUIFlavoredPortfolioSite/App.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</div>
2828

2929
<footer>
30-
<a href="@GetTwitterShareButtonUrl()" target="_blank" class="twitter-share-button">
30+
<a href="@GetTwitterShareButtonUrl()" target="_blank" class="x-share-button">
3131
Tweet
3232
</a>
3333
</footer>

CUIFlavoredPortfolioSite/App.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ private string GetTwitterShareButtonUrl()
8080
{
8181
const string description = "This is a CUI flavored portfolio site about @jsakamoto that he created using Blazor WebAssembly!";
8282
const string url = "https://jsakamoto.github.io/";
83-
return "https://twitter.com/intent/tweet" +
83+
return "https://x.com/intent/tweet" +
8484
$"?text={Uri.EscapeDataString(description)}" +
8585
$"&hashtags=Blazor" +
8686
$"&url={Uri.EscapeDataString(url)}";

CUIFlavoredPortfolioSite/App.razor.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ footer {
2020
right: 0;
2121
overflow: hidden;
2222
//background-color: red;
23-
.twitter-share-button {
23+
.x-share-button {
2424
color: #ccc;
2525
background-color: #2094df;
2626
display: inline-block;

CUIFlavoredPortfolioSite/Commands/ProfileCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public ValueTask InvokeAsync(IConsoleHost consoleHost, string[] args, Cancellati
3131

3232
consoleHost.WriteLine();
3333

34-
consoleHost.WriteLine($"{Cyan("Twitter")} - {DarkCyan("[@jsakamoto](https://twitter.com/jsakamoto)")}");
34+
consoleHost.WriteLine($"{Cyan("𝕏 ")} - {DarkCyan("[@jsakamoto](https://x.com/jsakamoto)")}");
3535
consoleHost.WriteLine($"{Cyan("GitHub ")} - {DarkCyan("[https://github.com/jsakamoto](https://github.com/jsakamoto)")}");
3636
consoleHost.WriteLine($"{Cyan("NuGet ")} - {DarkCyan("[https://www.nuget.org/profiles/jsakamoto](https://www.nuget.org/profiles/jsakamoto)")}");
3737
consoleHost.WriteLine($"{Cyan("Blogs ")} -");

CUIFlavoredPortfolioSite/wwwroot/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ footer {
111111
right: 0;
112112
overflow: hidden;
113113
}
114-
footer .twitter-share-button {
114+
footer .x-share-button {
115115
color: #ccc;
116116
background-color: #2094df;
117117
display: inline-block;

CUIFlavoredPortfolioSite/wwwroot/site.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)