Skip to content

Commit 6b760e9

Browse files
committed
update assets, copy and version number
1 parent b0095d3 commit 6b760e9

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
</p>
1515

1616
<p align='center'><i><small>
17-
A React UI component that lets you scroll, swipe & slide through HTML elements on the 3D z-axis</small></i></p>
17+
A React UI component that lets you scroll, swipe & zoom through HTML elements on the 3D z-axis</small></i></p>
1818

19-
<p dir="auto" align='center'><a href="https://lewhunt.github.io/divz/" rel="nofollow"><img align='center' src="https://lewhunt.github.io/assets/readme/divz-demo1.gif" alt="https://lewhunt.github.io/divz/"></a></p>
19+
<p dir="auto" align='center'><a href="https://lewhunt.github.io/divz/" rel="nofollow"><img align='center' src="https://lewhunt.github.io/assets/readme/divz-demo2.gif" alt="https://lewhunt.github.io/divz/"></a></p>
2020

2121
<p align='center'><i><small>
2222
Click above to try out the demos</small></i></p>

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>
8-
Divz - Scroll, Swipe & Slide through HTML divs on the 3D Z-Axis
8+
Divz - Scroll, Swipe & Zoom through HTML Divs on the 3D Z-Axis
99
</title>
1010
<meta
1111
name="description"
12-
content="Divz is a free open-source React UI component that lets you scroll, swipe & slide and zoom through HTML elements on the 3D z-axis"
12+
content="Divz is a free open-source React UI component that lets you scroll, swipe & zoom through HTML elements on the 3D z-axis"
1313
/>
1414

1515
<meta
@@ -20,7 +20,7 @@
2020

2121
<meta
2222
property="og:title"
23-
content="Divz - Scroll, Swipe & Slide on the 3D Z-Axis"
23+
content="Divz - Scroll, Swipe & Zoom on the 3D Z-Axis"
2424
/>
2525

2626
<meta
@@ -31,27 +31,27 @@
3131
<meta name="twitter:card" content="summary_large_image" />
3232
<meta
3333
name="twitter:title"
34-
content="Divz - Scroll, Swipe & Slide on the 3D Z-Axis"
34+
content="Divz - Scroll, Swipe & Zoom on the 3D Z-Axis"
3535
/>
3636
<meta
3737
name="twitter:description"
38-
content="Divz is a free open-source React UI component that lets you scroll, swipe & slide and zoom through HTML elements on the 3D z-axis"
38+
content="Divz is a free open-source React UI component that lets you scroll, swipe & zoom through HTML elements on the 3D z-axis"
3939
/>
4040
<meta
4141
property="og:image"
4242
content="https://lewhunt.github.io/assets/readme/divz-screenshot.png"
4343
/>
4444
<meta
4545
property="og:image:alt"
46-
content="Divz is a free open-source React UI component that lets you scroll, swipe & slide and zoom through HTML elements on the 3D z-axis"
46+
content="Divz is a free open-source React UI component that lets you scroll, swipe & zoom through HTML elements on the 3D z-axis"
4747
/>
4848
<meta property="og:site_name" content="GitHub" />
4949
<meta property="og:type" content="object" />
5050

5151
<meta property="og:url" content="https://lewhunt.github.io/divz/" />
5252
<meta
5353
property="og:description"
54-
content="Divz is a free open-source React UI component that lets you scroll, swipe & slide and zoom through HTML elements on the 3D z-axis"
54+
content="Divz is a free open-source React UI component that lets you scroll, swipe & zoom through HTML elements on the 3D z-axis"
5555
/>
5656
</head>
5757
<body>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "divz",
33
"author": "Lewis Hunt",
4-
"description": "A React UI component that lets you scroll, swipe & slide through HTML elements on the 3D z-axis",
4+
"description": "A React UI component that lets you scroll, swipe & zoom through HTML elements on the 3D z-axis",
55
"private": false,
6-
"version": "1.1.0",
6+
"version": "1.1.1",
77
"type": "module",
88
"homepage": "https://lewhunt.github.io/divz",
99
"repository": "https://github.com/lewhunt/divz.git",

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function App() {
3333
</div>
3434
<h1>divz</h1>
3535
<small>
36-
A React component to scroll, swipe and slide through divs on the 3D
36+
A React component to scroll, swipe and zoom through divs on the 3D
3737
z-axis
3838
</small>
3939
<a className="github" href="https://github.com/lewhunt/divz">

0 commit comments

Comments
 (0)