Skip to content

Commit

Permalink
Fix Japanese verb examples and update sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaBobs committed Jan 12, 2024
1 parent 68220bc commit a525fbd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 8 additions & 4 deletions src/japanese/systems/SystemsOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ const teFormTableData: {
class: "",
endings: ["ぬ", "ぶ", "む"],
transformation: "-んで",
example: "しぬ",
teForm: "しんで",
example: "のむ",
teForm: "のんで",
},
{
class: "Irregular",
Expand Down Expand Up @@ -176,7 +176,7 @@ export function SystemsOverview() {
/>

<div>
<h3>Example of Ichidan (一段) Verb</h3>
<h3>Example of Ichidan (一段) verb</h3>
<Animator>
<Anim
setup={(x) => [
Expand Down Expand Up @@ -224,7 +224,7 @@ export function SystemsOverview() {
</Flex>
</Anim>
</Animator>
<h3>Example of Verbs う-verb (U-verb)</h3>
<h3>Example of Godan (五段) verb</h3>
<Animator>
<Anim
setup={(x) => [
Expand Down Expand Up @@ -408,6 +408,10 @@ export function SystemsOverview() {
</Stack>
</Animator>
</div>
<br />
<br />
<br />
<br />
</ContentBox>
);
}
Expand Down
2 changes: 0 additions & 2 deletions src/sitemap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ export const siteMap = {

enhance(siteMap);

console.log(siteMap);

function enhance(routeMap: RouteBranch, parent?: RouteDefinition) {
Object.entries(routeMap).forEach(([path, route]) => {
route.parent = parent;
Expand Down

0 comments on commit a525fbd

Please sign in to comment.