Skip to content

Commit ba51628

Browse files
authored
Update branding and links to Zoo (#498)
* Update branding and links to Zoo Fixes #496 * Update logo to generic * Cleaner zip name
1 parent 8044c85 commit ba51628

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
RELEASE: ${{ github.event.release.name }}
16-
RELEASE_ZIP: kittycad_diff-viewer_${{ github.event.release.name || github.sha }}.zip
16+
RELEASE_ZIP: zoo-diff-viewer-extension_${{ github.event.release.name || github.sha }}.zip
1717

1818
steps:
1919
- uses: actions/[email protected]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
![KittyCAD](/public/logo192.png)
1+
![Zoo](/public/logo192.png)
22

3-
## KittyCAD Diff Viewer Extension
3+
## Zoo Diff Viewer Extension
44

55
View changes to your models directly within GitHub with our extension for all Chrome, Edge, and Chromium-powered browsers. Use the industry-standard version control platform, supercharged with a rich CAD visualizer. Open-source and powered by the KittyCAD API.
66

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>KittyCAD Diff Viewer Extension</title>
4+
<title>Zoo Diff Viewer Extension</title>
55
</head>
66
<body>
77
<div id="root"></div>

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "KittyCAD Diff Viewer",
3-
"description": "KittyCAD Diff Viewer Chrome Extension",
2+
"name": "Zoo Diff Viewer",
3+
"description": "Zoo Diff Viewer Chrome Extension",
44
"version": "0.7.0",
55
"manifest_version": 3,
66
"action": {

public/logo192.png

-20.5 KB
Loading

public/logo512.png

-198 KB
Loading

0 commit comments

Comments
 (0)