diff app/helpers/application_helper.rb @ 257:c6a50441a58d

It's now X
author nanaya <me@nanaya.net>
date Sun, 15 Dec 2024 22:48:25 +0900
parents 3ac13a9e593d
children e2150dce4e90
line wrap: on
line diff
--- a/app/helpers/application_helper.rb	Sun Dec 15 22:48:13 2024 +0900
+++ b/app/helpers/application_helper.rb	Sun Dec 15 22:48:25 2024 +0900
@@ -22,6 +22,6 @@
   end
 
   def status_url_base(username, id)
-    "https://twitter.com/#{username.presence || '_'}/status/#{id}"
+    "https://x.com/#{username.presence || '_'}/status/#{id}"
   end
 end