reorganized account page component templates more

This commit is contained in:
2026-01-29 21:39:51 -07:00
parent 2b7e200e43
commit b1593e8202
15 changed files with 2 additions and 2 deletions
@@ -145,5 +145,5 @@
</summary> </summary>
{{/* TODO: how to remove the platform from the path twice? */}} {{/* TODO: how to remove the platform from the path twice? */}}
{{ component ( printf "/accounts/%d/platforms/%s/link-sections/links/%s" $acctID $platform $platform ) }} {{ component ( printf "/accounts/%d/platform-links/%s" $acctID $platform ) }}
</details> </details>
@@ -98,7 +98,7 @@
class="p-[1em] text-center" class="p-[1em] text-center"
> >
{{- $pathSegment := lowerSnakeCase (printf "%s" $platform) }} {{- $pathSegment := lowerSnakeCase (printf "%s" $platform) }}
{{- component (printf "/accounts/%d/platforms/%s/link-sections" $acctID $pathSegment) }} {{- component (printf "/accounts/%d/platforms/%s/link-section" $acctID $pathSegment) }}
</div> </div>
</details> </details>
</li> </li>