Skip to content

Commit

Permalink
Updating smithe.pictures to http instead of https (#93)
Browse files Browse the repository at this point in the history
Signed-off-by: danbugs <[email protected]>
  • Loading branch information
danbugs authored Feb 17, 2024
1 parent efa72a0 commit 9cb3c27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ pub fn player_profile_tournament_list(props: &Props) -> Html {
// Construct Twitter Web Intent URL
let twitter_message = "Heads up, the URL below will be rendered as an image once you send out the tweet - feel free to delete this message and add your own comment about your run while leaving the URL at the bottom.\n";
let image_url = format!(
"https://smithe.pictures/image/{}",
"http://smithe.pictures/image/{}",
success.filename
);
let tweet_intent_url = format!("https://twitter.com/intent/tweet?text={}%0A{}", encode_uri_component(twitter_message), encode_uri_component(&image_url));
Expand Down

0 comments on commit 9cb3c27

Please sign in to comment.