perf: change the DA to something more readable
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
import StatCard from "@/components/StatCard";
|
||||
import { Camera } from "lucide-react";
|
||||
|
||||
@@ -6,11 +5,11 @@ export default function InstagramPage() {
|
||||
return (
|
||||
<div>
|
||||
<div className="flex items-center gap-3 mb-8">
|
||||
<div className="p-2 rounded-sm bg-orange-500/10 border border-orange-500/20">
|
||||
<div className="p-2 rounded-sm bg-orange-500/10 border border-orange-500/25">
|
||||
<Camera size={18} className="text-orange-400" />
|
||||
</div>
|
||||
<div>
|
||||
<div className="text-[9px] font-mono tracking-[0.3em] text-orange-400/50 uppercase mb-0.5">Plateforme</div>
|
||||
<div className="text-[9px] font-mono tracking-[0.3em] text-orange-400/70 uppercase mb-0.5">Plateforme</div>
|
||||
<h1 className="text-2xl font-black tracking-widest text-white uppercase">Instagram</h1>
|
||||
</div>
|
||||
</div>
|
||||
@@ -22,9 +21,9 @@ export default function InstagramPage() {
|
||||
<StatCard label="Portée moy." value="—" sub="Aucune donnée" accent="gold" />
|
||||
</div>
|
||||
|
||||
<div className="bg-[#0d1210] border border-[#1a2a1a] rounded-sm p-8 flex flex-col items-center justify-center gap-3 min-h-[200px]">
|
||||
<Camera size={32} className="text-orange-400/20" />
|
||||
<p className="text-[#3a5a3a] font-mono text-xs tracking-widest text-center">
|
||||
<div className="bg-[#111a14] border border-[#1e2d1e] rounded-sm p-8 flex flex-col items-center justify-center gap-3 min-h-[200px]">
|
||||
<Camera size={32} className="text-orange-400/30" />
|
||||
<p className="text-[#7a9a7a] font-mono text-xs tracking-widest text-center">
|
||||
CONNECTEZ VOTRE COMPTE INSTAGRAM<br />POUR AFFICHER VOS STATISTIQUES
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user