Skip to content

Commit

Permalink
Fix missing dash
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Jun 26, 2024
1 parent e5f4c35 commit 22a4e86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
: string.Empty;

private string IntroductionStyle => !string.IsNullOrEmpty(Introduction.Value.BackgroundUrl)
? $"-profile-background: url({Introduction.Value.BackgroundUrl})"
? $"--profile-background: url({Introduction.Value.BackgroundUrl})"
: string.Empty;
}

0 comments on commit 22a4e86

Please sign in to comment.