Skip to content

Commit 0cf1f16

Browse files
Merge pull request #186 from CyberStrategyInstitute/CyberStrategy1-patch-456802
Update index.html
2 parents 61445d1 + ffdbcdb commit 0cf1f16

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

dashboard/index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -399,10 +399,9 @@ <h2 class="text-xl font-bold uppercase tracking-widest">Synchronization Failed</
399399
<div class="sticky top-0 z-40 bg-[#030712]/95 backdrop-blur-xl border-b border-white/5 shadow-2xl shadow-black/50">
400400
<!-- Header & High-Level Counters -->
401401
<header class="px-4 sm:px-8 py-4 flex flex-col sm:flex-row items-center justify-between gap-4 border-b border-white/5 bg-[#0f172a]/20">
402-
<div class="flex items-center gap-3">
403-
<div class="w-10 h-10 rounded-lg flex items-center justify-center" style="background: linear-gradient(135deg, #f6921e 0%, #820f1a 100%);">
404-
<span class="font-black text-white text-lg">A²</span>
405-
</div>
402+
<div class="flex items-center gap-3">
403+
<img src="https://raw.githubusercontent.com/CyberStrategyInstitute/ai-safe2-framework/main/assets/AI%20SAFE2%20Shield%20nbg.png"
404+
alt="AI SAFE² Shield" class="w-10 h-10 object-contain"/>
406405
<div>
407406
<h1 class="text-xl font-black tracking-tight text-white">AI SAFE² Framework</h1>
408407
<p class="text-[10px] text-slate-500 font-bold uppercase tracking-widest">Security & Governance Taxonomy v2.1</p>
@@ -538,4 +537,4 @@ <h2 class="text-2xl font-extrabold text-white tracking-tight">${escapeHtml(pilla
538537
loadData();
539538
</script>
540539
</body>
541-
</html>
540+
</html>

0 commit comments

Comments
 (0)