Jacky Zhao
2024-02-06 bec726b666ca0051bb14eb62926c57fe2d98a70e
fix(i18n): forgot a string
1 files modified
4 ■■■ changed files
quartz/components/renderPage.tsx 4 ●●● patch | view | raw | blame | history
quartz/components/renderPage.tsx
@@ -104,7 +104,9 @@
                type: "element",
                tagName: "a",
                properties: { href: inner.properties?.href, class: ["internal"] },
                children: [{ type: "text", value: `Link to original` }],
                children: [
                  { type: "text", value: i18n(cfg.locale).components.transcludes.linkToOriginal },
                ],
              },
            ]
          }