Skip to content

Commit

Permalink
Don't rickroll users by default
Browse files Browse the repository at this point in the history
  • Loading branch information
thcrt committed Nov 24, 2024
1 parent e1d049a commit 132b996
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/blobdash/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ class DashdotSettings(BaseModel):
class Service(BaseModel):
name: str = "service"
desc: str = "a cool service"
icon: str = "https://www.pngmart.com/files/11/Rickrolling-PNG-Pic.png"
icon: str = "/static/blobcat.png"
url: str = "https://google.com"


class Settings(BaseSettings):
name: str = "exampledash"
logo: str = "https://www.pngmart.com/files/11/Rickrolling-PNG-Pic.png"
accent_color: color.Color = "#dc2626"
name: str = "mydash"
logo: str = "/static/blobcat.png"
accent_color: color.Color = "#fcc21b"
service_domain: str = "example.com"

about: str = """
Expand Down
Binary file added src/blobdash/static/blobcat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 132b996

Please sign in to comment.