Skip to content

Commit 681a4a4

Browse files
committed
Rename disassembler tool to WEBASM in UI and config
1 parent 049a224 commit 681a4a4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>zdisass</title>
7+
<title>WEBASM - Web Disassembler</title>
88
</head>
99
<body>
1010
<div id="root"></div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "zdisass",
2+
"name": "webasm",
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ function App() {
170170
</div>
171171
<div>
172172
<span className="font-extrabold text-sm tracking-tight text-white">
173-
Online <span className="text-purple-400">Disassembler</span>
173+
WEB<span className="text-purple-400">ASM</span>
174174
</span>
175175
</div>
176176
</div>

src/components/FileDropzone.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const FileDropzone: React.FC<FileDropzoneProps> = ({ onFileSelect, isLoad
3939
<div className="flex flex-col items-center justify-center min-h-[70vh] px-4">
4040
<div className="max-w-xl w-full text-center mb-8">
4141
<h1 className="text-4xl font-extrabold tracking-tight text-white mb-2">
42-
Online <span className="text-purple-400">Disassembler</span>
42+
WEB<span className="text-purple-400">ASM</span>
4343
</h1>
4444
<p className="text-gray-400 text-lg">
4545
An industry-standard multi-architecture static disassembler running entirely in your browser.

0 commit comments

Comments
 (0)