Added Terms Of Service and Privacy Policies pages. #1

Manually merged
liviu merged 2 commits from GF-14-pages into production 2026-01-15 16:21:03 +01:00
Showing only changes of commit cb4fe81b9a - Show all commits

View file

@ -164,7 +164,7 @@ describe("SidebarLayout", () => {
});
await flushPromises();
expect(wrapper.text()).toContain("Glowing Fiesta");
expect(wrapper.text()).toContain(`v${useRuntimeConfig().public.appVersion}`);
expect(wrapper.text()).toContain(`v${useRuntimeConfig().public.appVersion as string}`);
});
it("renders sidebar content correctly", async () => {