diff --git a/public/blender.txt b/public/blender.txt deleted file mode 100644 index f2816c4..0000000 --- a/public/blender.txt +++ /dev/null @@ -1 +0,0 @@ -Arch Linux - blender 17:4.0.2-8 (x86_64) \ No newline at end of file diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index a11777c..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/godot.txt b/public/godot.txt deleted file mode 100644 index edc4e8e..0000000 --- a/public/godot.txt +++ /dev/null @@ -1 +0,0 @@ -Arch Linux - godot 4.2.1-1 (x86_64) \ No newline at end of file diff --git a/public/logo192.png b/public/logo192.png deleted file mode 100644 index fc44b0a..0000000 Binary files a/public/logo192.png and /dev/null differ diff --git a/public/logo512.png b/public/logo512.png deleted file mode 100644 index a4e47a6..0000000 Binary files a/public/logo512.png and /dev/null differ diff --git a/src/App.css b/src/App.css index 4472924..97e78a9 100644 --- a/src/App.css +++ b/src/App.css @@ -56,9 +56,9 @@ @keyframes typing { from { - max-width: 0;} + width: 0;} to { - max-width: 100%; + width: 100%; } } diff --git a/src/App.js b/src/App.jsx similarity index 100% rename from src/App.js rename to src/App.jsx diff --git a/src/BottomBar.js b/src/BottomBar.jsx similarity index 100% rename from src/BottomBar.js rename to src/BottomBar.jsx diff --git a/src/EFU.js b/src/EFU.js deleted file mode 100644 index e69de29..0000000 diff --git a/src/Home.js b/src/Home.jsx similarity index 100% rename from src/Home.js rename to src/Home.jsx diff --git a/src/SideBar.js b/src/SideBar.jsx similarity index 100% rename from src/SideBar.js rename to src/SideBar.jsx diff --git a/src/TopBar.js b/src/TopBar.jsx similarity index 100% rename from src/TopBar.js rename to src/TopBar.jsx