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

Commit

Permalink
fix: uneditable url field to have title info (#10348)
Browse files Browse the repository at this point in the history
* Add Hover Effect for  Uneditable Links

* changes added

* Update pages/account/manage/link/[[...data]].js

Co-authored-by: Eddie Jaoude <eddie@jaoudestudios.com>

* Changes made

---------

Co-authored-by: Amanda <97615019+amandamartin-dev@users.noreply.github.com>
Co-authored-by: Eddie Jaoude <eddie@jaoudestudios.com>
  • Loading branch information
3 people committed Jun 8, 2024
1 parent 88ffef4 commit 10a80de
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 10a80de

Please sign in to comment.