Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Implement Hover Effect to Clarify Uneditable Links #10348

Merged
merged 9 commits into from
Jun 8, 2024
1 change: 1 addition & 0 deletions pages/account/manage/link/[[...data]].js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ export default function ManageLink({ BASE_URL, username, link, groups }) {
required
minLength="2"
maxLength="256"
title="The URL cannot be edited as this would effect your stats. You can disable this link and create another link."
/>
<p className="text-sm text-primary-low-medium">
For example: <i>https://twitter.com/eddiejaoude</i>
Expand Down
Loading