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="This link cannot be edited because it is predefined by the system."
amandamartin-dev marked this conversation as resolved.
Show resolved Hide resolved
/>
<p className="text-sm text-primary-low-medium">
For example: <i>https://twitter.com/eddiejaoude</i>
Expand Down
Loading