chore(branding): update default developer footer text

This commit is contained in:
DanielS
2026-09-07 21:47:21 +02:00
parent 2b1bb77673
commit 2a1897141e
2 changed files with 4 additions and 5 deletions

View File

@@ -88,9 +88,8 @@ export default function FirmendatenPage() {
</div>
{msg && (
<div className={`p-3.5 rounded-xl text-xs font-medium border ${
msgType === 'success' ? 'bg-emerald-500/10 border-emerald-500/20 text-emerald-400' : 'bg-destructive/10 border-destructive/20 text-destructive'
}`}>
<div className={`p-3.5 rounded-xl text-xs font-medium border ${msgType === 'success' ? 'bg-emerald-500/10 border-emerald-500/20 text-emerald-400' : 'bg-destructive/10 border-destructive/20 text-destructive'
}`}>
{msg}
</div>
)}
@@ -123,7 +122,7 @@ export default function FirmendatenPage() {
<Input
value={branding.developerFooter || ''}
onChange={(e) => setBranding({ ...branding, developerFooter: e.target.value })}
placeholder="B2B Shop made by hephex"
placeholder="CASPOS Shop"
className="bg-slate-950/80 border-slate-800 text-white text-sm"
/>
</div>

View File

@@ -18,7 +18,7 @@ export async function getBrandingSettings(): Promise<BrandingSettings> {
return {
companyName: '',
logoUrl: '',
developerFooter: 'B2B Shop made by hephex',
developerFooter: 'CASPOS Shop',
street: '',
zip: '',
city: '',