Right rail template

This commit is contained in:
adilallo
2026-02-28 23:16:10 -07:00
parent f5bfb25f5e
commit 0799636c78
60 changed files with 1255 additions and 305 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ describe("Logo (behavioral tests)", () => {
it("hides text when showText is false", () => {
const { container } = render(<Logo showText={false} />);
const textElement = container.querySelector('.hidden');
const textElement = container.querySelector(".hidden");
expect(textElement).toBeInTheDocument();
expect(screen.getByAltText("CommunityRule Logo Icon")).toBeInTheDocument();
});