From db1e19f5019088b4fa22b4bfa45f999501f5d207 Mon Sep 17 00:00:00 2001 From: Vincent Cloutier Date: Fri, 25 Nov 2022 14:28:09 -0500 Subject: [PATCH] visual changes --- src/BirdsiteLive.Twitter/TwitterUserService.cs | 2 +- src/BirdsiteLive/Views/Home/Index.cshtml | 2 +- src/BirdsiteLive/Views/Shared/_Layout.cshtml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/BirdsiteLive.Twitter/TwitterUserService.cs b/src/BirdsiteLive.Twitter/TwitterUserService.cs index c32cbe3..d96467e 100644 --- a/src/BirdsiteLive.Twitter/TwitterUserService.cs +++ b/src/BirdsiteLive.Twitter/TwitterUserService.cs @@ -100,7 +100,7 @@ namespace BirdsiteLive.Twitter Name = result.GetProperty("legacy").GetProperty("name").GetString(), //res.RootElement.GetProperty("data").GetProperty("name").GetString(), Description = "", //res.RootElement.GetProperty("data").GetProperty("description").GetString(), Url = "", //res.RootElement.GetProperty("data").GetProperty("url").GetString(), - ProfileImageUrl = result.GetProperty("legacy").GetProperty("profile_image_url_https").GetString(), + ProfileImageUrl = result.GetProperty("legacy").GetProperty("profile_image_url_https").GetString().Replace("normal", "400x400"), ProfileBackgroundImageUrl = result.GetProperty("legacy").GetProperty("profile_banner_url").GetString(), ProfileBannerURL = result.GetProperty("legacy").GetProperty("profile_banner_url").GetString(), Protected = false, //res.RootElement.GetProperty("data").GetProperty("protected").GetBoolean(), diff --git a/src/BirdsiteLive/Views/Home/Index.cshtml b/src/BirdsiteLive/Views/Home/Index.cshtml index 340f982..309e7e8 100644 --- a/src/BirdsiteLive/Views/Home/Index.cshtml +++ b/src/BirdsiteLive/Views/Home/Index.cshtml @@ -7,7 +7,7 @@

Welcome


- BirdsiteLIVE is a Twitter to ActivityPub bridge.
+ bird.makeup is a Twitter to ActivityPub bridge.
Find a Twitter account below:

diff --git a/src/BirdsiteLive/Views/Shared/_Layout.cshtml b/src/BirdsiteLive/Views/Shared/_Layout.cshtml index 7f089ad..f92998b 100644 --- a/src/BirdsiteLive/Views/Shared/_Layout.cshtml +++ b/src/BirdsiteLive/Views/Shared/_Layout.cshtml @@ -47,9 +47,9 @@
- Github @*Privacy*@ + Source Code @*Privacy*@ - BirdsiteLIVE @System.Reflection.Assembly.GetEntryAssembly().GetName().Version.ToString(3) + bird.makeup @System.Reflection.Assembly.GetEntryAssembly().GetName().Version.ToString(3)