TenantAtlas/apps/platform/resources/views/filament/system/logo.blade.php
ahmido e95fcf5e38 feat: improve system panel branding and auth experience (#467)
Automated PR created by Codex via Gitea API.

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #467
2026-06-21 23:05:32 +00:00

30 lines
1021 B
PHP

<div class="flex items-center gap-2 text-gray-950 dark:text-white">
<svg class="h-8 w-8 shrink-0" viewBox="0 0 40 40" role="img" aria-label="TenantPilot System">
<rect width="40" height="40" rx="8" fill="currentColor" opacity="0.08" />
<path
d="M20 7.5 30 11v8.5c0 6.6-4.1 10.7-10 13-5.9-2.3-10-6.4-10-13V11l10-3.5Z"
fill="currentColor"
opacity="0.18"
/>
<path
d="M20 10.2 27.3 12.8v6.7c0 4.9-2.8 8-7.3 10-4.5-2-7.3-5.1-7.3-10v-6.7L20 10.2Z"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linejoin="round"
/>
<path
d="m16.3 20.2 2.4 2.4 5.2-5.6"
fill="none"
stroke="currentColor"
stroke-width="2.4"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
<span class="whitespace-nowrap text-sm font-semibold tracking-normal">
TenantPilot System
</span>
</div>