chore: complete tech log product identity

This commit is contained in:
DongHyeonka
2026-08-13 18:53:52 +09:00
parent c2e35dd8ad
commit 002ba3624e
21 changed files with 23 additions and 23 deletions
@@ -228,7 +228,7 @@ describe("reference feature page states", () => {
expect(
await screen.findByRole("heading", {
level: 1,
name: "Clean Architecture Frontend",
name: "Tech Log",
}),
).toBeVisible();
});
@@ -284,7 +284,7 @@ describe("reference feature page states", () => {
expect(
await screen.findByRole("heading", {
level: 1,
name: "Clean Architecture Frontend",
name: "Tech Log",
}),
).toBeVisible();
});