did u put the exact same logo ther if yes it doesnt look ok. please use the one i send
Browse files- components/legal-footer.js +1 -1
- components/legal-header.js +3 -3
components/legal-footer.js
CHANGED
|
@@ -171,7 +171,7 @@ class LegalFooter extends HTMLElement {
|
|
| 171 |
<div class="brand">
|
| 172 |
<a href="/" class="logo">
|
| 173 |
<div class="logo-icon">
|
| 174 |
-
<img src="
|
| 175 |
</div>
|
| 176 |
BundleBlitz
|
| 177 |
</a>
|
|
|
|
| 171 |
<div class="brand">
|
| 172 |
<a href="/" class="logo">
|
| 173 |
<div class="logo-icon">
|
| 174 |
+
<img src="https://huggingface.co/spaces/Scorpiotur/bundleblitz-privacy-shield/resolve/main/images/image0__9_-removebg-preview%20(1).png" alt="BundleBlitz Logo" style="display: block;">
|
| 175 |
</div>
|
| 176 |
BundleBlitz
|
| 177 |
</a>
|
components/legal-header.js
CHANGED
|
@@ -64,10 +64,10 @@ class LegalHeader extends HTMLElement {
|
|
| 64 |
.logo-icon img {
|
| 65 |
width: 100%;
|
| 66 |
height: 100%;
|
| 67 |
-
object-fit:
|
| 68 |
}
|
| 69 |
.logo-text {
|
| 70 |
-
|
| 71 |
font-weight: 700;
|
| 72 |
color: #0f172a;
|
| 73 |
letter-spacing: -0.025em;
|
|
@@ -129,7 +129,7 @@ class LegalHeader extends HTMLElement {
|
|
| 129 |
<div class="nav-wrapper">
|
| 130 |
<a href="/" class="logo" aria-label="BundleBlitz Home">
|
| 131 |
<div class="logo-icon">
|
| 132 |
-
<img src="
|
| 133 |
</div>
|
| 134 |
<span class="logo-text">Bundle<span>Blitz</span></span>
|
| 135 |
</a>
|
|
|
|
| 64 |
.logo-icon img {
|
| 65 |
width: 100%;
|
| 66 |
height: 100%;
|
| 67 |
+
object-fit: contain;
|
| 68 |
}
|
| 69 |
.logo-text {
|
| 70 |
+
font-size: 1.25rem;
|
| 71 |
font-weight: 700;
|
| 72 |
color: #0f172a;
|
| 73 |
letter-spacing: -0.025em;
|
|
|
|
| 129 |
<div class="nav-wrapper">
|
| 130 |
<a href="/" class="logo" aria-label="BundleBlitz Home">
|
| 131 |
<div class="logo-icon">
|
| 132 |
+
<img src="https://huggingface.co/spaces/Scorpiotur/bundleblitz-privacy-shield/resolve/main/images/image0__9_-removebg-preview%20(1).png" alt="BundleBlitz Logo" style="display: block;">
|
| 133 |
</div>
|
| 134 |
<span class="logo-text">Bundle<span>Blitz</span></span>
|
| 135 |
</a>
|