Commit d2d59379 authored by Lê Bảo Hồng Đức's avatar Lê Bảo Hồng Đức

fix

parent 6a37537a
...@@ -148,7 +148,7 @@ function FeaturedNews() { ...@@ -148,7 +148,7 @@ function FeaturedNews() {
</div> </div>
<div className="mt-2 flex items-center gap-3 text-sm font-medium"> <div className="mt-2 flex items-center gap-3 text-sm font-medium">
<Phone className="h-5 w-5 shrink-0" /> <Phone className="h-5 w-5 shrink-0" />
<span>+84-28-3932 5171</span> <span>+84 28 3932 6598</span>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -276,7 +276,7 @@ function Footer() { ...@@ -276,7 +276,7 @@ function Footer() {
<span>{contactInfo.telephone}</span> <span>{contactInfo.telephone}</span>
</div> </div>
<div className="flex items-center gap-3"> <div className="flex items-center gap-3">
<Printer className="h-4 w-4 shrink-0 text-[#f7b500]" /> <Phone className="h-4 w-4 shrink-0 text-[#f7b500]" />
<span>{contactInfo.fax}</span> <span>{contactInfo.fax}</span>
</div> </div>
<div className="flex items-center gap-3"> <div className="flex items-center gap-3">
......
...@@ -1626,7 +1626,7 @@ export default function AdminBaseConfigPage() { ...@@ -1626,7 +1626,7 @@ export default function AdminBaseConfigPage() {
<div className="grid gap-5 md:grid-cols-2"> <div className="grid gap-5 md:grid-cols-2">
<div className="space-y-2"> <div className="space-y-2">
<Label className="text-gray-700">Fax</Label> <Label className="text-gray-700">Hotline 2</Label>
<Input <Input
value={currentBranch.fax} value={currentBranch.fax}
onChange={(event) => onChange={(event) =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment