Skip to content

fix : replaced emoji characters in TaskItem dependsOn display - #2025

Open
tmdeveloper007 wants to merge 2 commits into
aryandas2911:mainfrom
tmdeveloper007:#2020
Open

fix : replaced emoji characters in TaskItem dependsOn display#2025
tmdeveloper007 wants to merge 2 commits into
aryandas2911:mainfrom
tmdeveloper007:#2020

Conversation

@tmdeveloper007

Copy link
Copy Markdown

Summary of What Has Been Done

The TaskItem.jsx component contained emoji characters in the dependsOn display section. These have been replaced with the Link2 icon from Lucide React for consistency.

Changes Made

  1. frontend/src/components/Task/TaskItem.jsx:
    • Added Link2 to imports from lucide-react
    • Replaced 🔗 emoji with <Link2 size={12} /> in the board view
    • Replaced 🔗 emoji with <Link2 size={11} /> in the list view, applied as a flex item with the same amber color

Impact it Made

  • Consistent icon rendering across all devices and browsers
  • Matches the icon replacement pattern used in other PRs in this repository
  • Better accessibility and visual consistency

Closes #2020

Note: Please assign this PR to the tmdeveloper007 account.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix : replace emoji characters in TaskItem dependsOn display

1 participant