mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
Fix avatar size
This commit is contained in:
@ -24,7 +24,6 @@ const GistsCode = ({ gist, f }: Props) => {
|
||||
async function getRawCode() {
|
||||
const res = await fetch(url);
|
||||
const raw = await res.text();
|
||||
console.log(raw);
|
||||
setRawCode(`\`\`\`${format ?? ''}\n${raw}`);
|
||||
}
|
||||
}, [format, url]);
|
||||
|
Reference in New Issue
Block a user