Skip to content

Commit 59672bc

Browse files
committed
remove twitter
1 parent 8e578a5 commit 59672bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ git push origin main
173173
| `email` | Your email address | `you@example.com` |
174174
| `instagram` | Full Instagram profile URL | `https://instagram.com/username` |
175175
| `linkedin` | Full LinkedIn profile URL | `https://linkedin.com/in/username` |
176-
| `x` | Full Twitter/X profile URL | `https://x.com/username` |
176+
| `x` | Full X profile URL | `https://x.com/username` |
177177
| `website` | Your personal website URL | `https://yoursite.com` |
178178

179179
### Field Guidelines

src/_includes/bio.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
{% endif %}
5959
{% if x %}
6060
<a href="{{ x }}" target="_blank" class="flex items-center justify-center p-3 rounded-xl bg-[var(--bg-footer)] border border-[var(--border-color)] hover:border-accent transition-colors">
61-
<span class="font-bold text-xs">Twitter</span>
61+
<span class="font-bold text-xs">X</span>
6262
</a>
6363
{% endif %}
6464
{% if instagram %}

0 commit comments

Comments
 (0)