branch footer
This commit is contained in:
parent
c17ac83b52
commit
52d9a16462
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 145 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 130 KiB |
|
|
@ -150,7 +150,7 @@ const Footer = () => {
|
|||
<div className="flex justify-center gap-6 flex-wrap">
|
||||
<div className="flex flex-col items-center gap-3 bg-white/5 border border-white/10 rounded-xl px-8 py-5 min-w-[160px]">
|
||||
<img
|
||||
src="/assets/brand/usmc-logo.png"
|
||||
src="/assets/brand/usmc-logo.svg"
|
||||
alt="United States Marine Corps seal"
|
||||
className="h-14 w-auto brightness-0 invert opacity-90"
|
||||
/>
|
||||
|
|
@ -160,7 +160,7 @@ const Footer = () => {
|
|||
</div>
|
||||
<div className="flex flex-col items-center gap-3 bg-white/5 border border-white/10 rounded-xl px-8 py-5 min-w-[160px]">
|
||||
<img
|
||||
src="/assets/brand/usaf-logo.png"
|
||||
src="/assets/brand/usaf-logo.svg"
|
||||
alt="United States Air Force seal"
|
||||
className="h-14 w-auto brightness-0 invert opacity-90"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue