clean Navigation Bar 7
This commit is contained in:
parent
085ef206d0
commit
2911685358
@ -123,7 +123,7 @@ export function Email() {
|
|||||||
<CardTitle className="text-lg font-semibold text-gray-800">
|
<CardTitle className="text-lg font-semibold text-gray-800">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<Mail className="h-5 w-5 text-gray-600" />
|
<Mail className="h-5 w-5 text-gray-600" />
|
||||||
<span>Mail</span>
|
<span>Courrier</span>
|
||||||
</div>
|
</div>
|
||||||
</CardTitle>
|
</CardTitle>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
@ -142,7 +142,7 @@ export function Email() {
|
|||||||
<CardTitle className="text-lg font-semibold text-gray-800">
|
<CardTitle className="text-lg font-semibold text-gray-800">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<Mail className="h-5 w-5 text-gray-600" />
|
<Mail className="h-5 w-5 text-gray-600" />
|
||||||
<span>Mail</span>
|
<span>Courrier</span>
|
||||||
</div>
|
</div>
|
||||||
</CardTitle>
|
</CardTitle>
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
@ -220,7 +220,7 @@ export function Duties() {
|
|||||||
<CardHeader className="flex flex-row items-center justify-between pb-2 border-b border-gray-100">
|
<CardHeader className="flex flex-row items-center justify-between pb-2 border-b border-gray-100">
|
||||||
<CardTitle className="text-lg font-semibold text-gray-800 flex items-center gap-2">
|
<CardTitle className="text-lg font-semibold text-gray-800 flex items-center gap-2">
|
||||||
<Share2 className="h-5 w-5 text-gray-600" />
|
<Share2 className="h-5 w-5 text-gray-600" />
|
||||||
Duties
|
Devoirs
|
||||||
</CardTitle>
|
</CardTitle>
|
||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user