Skip to content

Commit 621393c

Browse files
Merge pull request #564 from anushkasark08/master
logo in social media management fixed
2 parents 41503bc + 329138e commit 621393c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/social-media.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,11 @@
13271327
<!-- Navbar starts here -->
13281328
<nav class="navbar navbar-expand-lg bg-body-tertiary">
13291329
<div class="container-fluid d-flex justify-content-between align-items-center px-2 px-sm-5">
1330-
<a class="navbar-brand" href="#"><img src="../images/Logo.png" alt="GrowCraft" width="200" id="logo"></a>
1330+
<a class="navbar-brand" href="#">
1331+
<img src="../images/Logo_new.png" alt="GrowCraft" width="200" id="site-logo">
1332+
</a>
1333+
1334+
13311335

13321336
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
13331337
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">

0 commit comments

Comments
 (0)