Skip to content

Commit

Permalink
replace VS by and emoji to save space
Browse files Browse the repository at this point in the history
  • Loading branch information
GresilleSiffle committed Oct 31, 2024
1 parent 008f642 commit 8699296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/features/comparisons/Comparison.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const createPageTitle = (

const titleA = nameA.length <= 32 ? nameA : `${nameA.substring(0, 32)}…`;
const titleB = nameB.length <= 32 ? nameB : `${nameB.substring(0, 32)}…`;
return `${titleA} •VS• ${titleB} | Tournesol: ${getPollName(t, pollName)}`;
return `${titleA} 🆚 ${titleB} | Tournesol: ${getPollName(t, pollName)}`;
};

interface Props {
Expand Down

0 comments on commit 8699296

Please sign in to comment.