diff --git a/i18n.config.ts b/i18n.config.ts index f89ec73..c05e936 100644 --- a/i18n.config.ts +++ b/i18n.config.ts @@ -15,8 +15,13 @@ export default defineI18nConfig(() => ({ Continue: "Continue", "Back to menu": "Back to menu", "Puzzle Complete!": "Puzzle Complete!", +<<<<<<< copilot/improve-responsive-ux + "Hold Ctrl or Shift and click tiles to select multiple and drag a group": + "Hold Ctrl or Shift and click tiles to select multiple and drag a group", +======= Preview: "Preview", "Close preview": "Close preview", +>>>>>>> main }, }, })); diff --git a/layouts/default.vue b/layouts/default.vue index f367189..0aa8dcb 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -1,7 +1,7 @@