alpha
Login
or
Join now
atpota.to
/
cred.blue
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
reorder social icons
author
damedotblog
date
1 year ago
(Feb 28, 2025, 5:08 PM -0500)
commit
5a15f796
5a15f79626b329ee9f03e64c2b0c3332ab95985f
parent
deb4ba91
deb4ba91f5e0f04b3d1d2370f90acde2a6fac9c9
+11
-11
1 changed file
Expand all
Collapse all
Unified
Split
src
components
Navbar
Navbar.js
+11
-11
src/components/Navbar/Navbar.js
Reviewed
···
158
158
<div className="navbar-actions">
159
159
{/* Social Links */}
160
160
<a
161
161
+
href="https://discord.gg/95ypHb2qPE"
162
162
+
target="_blank"
163
163
+
rel="noopener noreferrer"
164
164
+
className="nav-icon-discord"
165
165
+
aria-label="Discord Profile"
166
166
+
>
167
167
+
<svg className="icon" fill="currentColor">
168
168
+
<use href="/icons/icons-sprite.svg#icon-discord" />
169
169
+
</svg>
170
170
+
</a>
171
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
180
-
</svg>
181
181
-
</a>
182
182
-
<a
183
183
-
href="https://discord.gg/95ypHb2qPE"
184
184
-
target="_blank"
185
185
-
rel="noopener noreferrer"
186
186
-
className="nav-icon-discord"
187
187
-
aria-label="Discord Profile"
188
188
-
>
189
189
-
<svg className="icon" fill="currentColor">
190
190
-
<use href="/icons/icons-sprite.svg#icon-discord" />
191
191
</svg>
192
192
</a>
193
193
{/* Theme Toggle */}