From 0a49c71b285051f3edbd76738f24df1c3b7a8254 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Silva?= <55815265+201flaviosilva@users.noreply.github.com> Date: Wed, 2 Oct 2024 21:56:50 +0000 Subject: [PATCH] update: PDF url --- src/Scenes/Index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Scenes/Index.js b/src/Scenes/Index.js index eb004c4..1311fcf 100644 --- a/src/Scenes/Index.js +++ b/src/Scenes/Index.js @@ -49,8 +49,8 @@ export default class Index extends Phaser.Scene { } openPDF() { - //const url = "./PDF/index.html"; - const url = "https://github.com/201flaviosilva/201flaviosilva.github.io/releases?q=PDF&expanded=true"; + const url = "./PDF/index.html"; + // const url = "https://github.com/201flaviosilva/201flaviosilva.github.io/releases?q=PDF&expanded=true"; const s = window.open(url, "_blank"); if (s && s.focus) s.focus();