This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

reorder social icons

+11 -11
+11 -11
src/components/Navbar/Navbar.js
··· 158 158 <div className="navbar-actions"> 159 159 {/* Social Links */} 160 160 <a 161 + href="https://discord.gg/95ypHb2qPE" 162 + target="_blank" 163 + rel="noopener noreferrer" 164 + className="nav-icon-discord" 165 + aria-label="Discord Profile" 166 + > 167 + <svg className="icon" fill="currentColor"> 168 + <use href="/icons/icons-sprite.svg#icon-discord" /> 169 + </svg> 170 + </a> 171 + <a 161 172 href="https://bsky.app/profile/cred.blue" 162 173 target="_blank" 163 174 rel="noopener noreferrer" ··· 177 188 > 178 189 <svg className="icon" fill="currentColor"> 179 190 <use href="/icons/icons-sprite.svg#icon-github" /> 180 - </svg> 181 - </a> 182 - <a 183 - href="https://discord.gg/95ypHb2qPE" 184 - target="_blank" 185 - rel="noopener noreferrer" 186 - className="nav-icon-discord" 187 - aria-label="Discord Profile" 188 - > 189 - <svg className="icon" fill="currentColor"> 190 - <use href="/icons/icons-sprite.svg#icon-discord" /> 191 191 </svg> 192 192 </a> 193 193 {/* Theme Toggle */}