chore: rename project to Tabletop Toolkit
- Update package name and binary from ttrpg-tools/ttrpg to tttk - Update UI titles in App.tsx and index.html - Add Node.js engine requirement to package.json
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ const App: Component = () => {
|
||||
>
|
||||
☰
|
||||
</button>
|
||||
<h1 class="text-2xl font-bold text-gray-900">Tabletop Tools</h1>
|
||||
<h1 class="text-2xl font-bold text-gray-900">Tabletop Toolkit</h1>
|
||||
<div class="flex-1" />
|
||||
<button
|
||||
onClick={() => setIsJournalOpen((v) => !v)}
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Tabletop Tools</title>
|
||||
<title>Tabletop Toolkit</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
Reference in New Issue
Block a user