fix: separate logo and hero icon

This commit is contained in:
mohamad
2026-08-03 16:29:25 +03:30
parent 04b6e9049e
commit 4fc4282f0f
45 changed files with 900 additions and 495 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ class SiteBranding(models.Model):
],
help_text=(
"Icon shown in browser tabs and bookmarks. Use a square ICO, PNG, SVG, "
"JPG, or WebP file. Leave empty to use the default Radiuma icons."
"JPG, or WebP file. Leave empty to use the default Communication to Care icons."
),
)
hero_logo = models.ImageField(
@@ -48,7 +48,7 @@ class SiteBranding(models.Model):
hero_logo_alt = models.CharField(
max_length=200,
blank=True,
default="Radiuma",
default="Communication to Care",
help_text="Accessible description for the homepage hero logo.",
)
navbar_icon_size = models.PositiveSmallIntegerField(