chore: delete unused code
This commit is contained in:
@@ -49,10 +49,6 @@ export function createCharacterComparison(
|
||||
* Matches the Tailwind breakpoints used in the component.
|
||||
*/
|
||||
function getFontSize() {
|
||||
// const fontSize = size();
|
||||
// if (fontSize) {
|
||||
// return fontSize;
|
||||
// }
|
||||
if (typeof window === 'undefined') {
|
||||
return 64;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user