mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 16:22:59 +10:00
Feature: Toggle Page Size between ISO A4 and US Letter
This commit is contained in:
3
client/utils/string.ts
Normal file
3
client/utils/string.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export const capitalize = (str: string) => {
|
||||
return str.charAt(0).toUpperCase() + str.slice(1);
|
||||
};
|
||||
Reference in New Issue
Block a user