This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TypeScript 26 hrs 50 mins ████████████████████▌ 97.9% | |
| Other 22 mins ▎░░░░░░░░░░░░░░░░░░░░ 1.4% | |
| JSON 5 mins ░░░░░░░░░░░░░░░░░░░░░ 0.3% | |
| XML 2 mins ░░░░░░░░░░░░░░░░░░░░░ 0.2% | |
| INI 2 mins ░░░░░░░░░░░░░░░░░░░░░ 0.1% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React, { useEffect } from 'react'; | |
| const Head = (props) => { | |
| useEffect(() => { | |
| document.title = 'StartArt | ' + props.title; | |
| document | |
| .querySelector('meta[name="description"]') | |
| .setAttribute('content', props.description); | |
| }, [props]); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| // Workbench | |
| "workbench.iconTheme": "material-icon-theme", | |
| "workbench.colorTheme": "Dracula Pro (Van Helsing)", | |
| "workbench.editor.labelFormat": "short", | |
| "workbench.startupEditor": "newUntitledFile", | |
| "workbench.editor.untitled.hint": "hidden", | |
| "workbench.productIconTheme": "fluent-icons", | |
| // Editor settings |