mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-28 21:01:55 +00:00
1875a394c6
In object-oriented terms, the previous implementation violated the Liskov Substitution Principle. Props between these two components (Button and Link) were not substitutable. This led to TypeScript errors and increased overall complexity without significant DX gains. To address this, the LinkButton has been extracted into a dedicated component.