Skip to content

Commit

Permalink
Merge branch 'use-refine-options-title' into RK-682-superplate-add-ta…
Browse files Browse the repository at this point in the history
…ilwind-preset
  • Loading branch information
alicanerdurmaz authored Jun 4, 2024
2 parents 5eb0123 + 5680316 commit f7697a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/build-test.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ describe("build test", () => {
Cypress.env("FRAMEWORK") !== "remix" &&
Cypress.env("FRAMEWORK") !== "nextjs"
) {
cy.title().should("eq", "Blog posts | refine");
cy.title().should("eq", "Blog posts | Refine");
}

if (
Expand Down
2 changes: 2 additions & 0 deletions refine-nextjs/plugins/mui/src/components/header/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client'

import { ColorModeContext } from "@contexts/color-mode";
import DarkModeOutlined from "@mui/icons-material/DarkModeOutlined";
import LightModeOutlined from "@mui/icons-material/LightModeOutlined";
Expand Down

0 comments on commit f7697a8

Please sign in to comment.