Skip to content

Commit 2d70239

Browse files
committed
logo href
1 parent c83b83b commit 2d70239

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/apps/3_app_canvas.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@ The header has the following elements:
1919

2020
Components can be positioned by dragging and dropping them on the canvas. You can also move components by clicking on the move handler on the top-right corner of the component.
2121

22-
![App moving](../assets/apps/3_app_canvas/app-canvas-moving.mp4)
22+
<video
23+
className="border-2 rounded-xl object-cover w-full h-full"
24+
autoPlay
25+
loop
26+
controls
27+
id="main-video"
28+
src="/videos/app-canvas-moving.mp4"
29+
/>
2330

2431
### Resizing
2532

docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ const config = {
6969
title: 'Windmill',
7070
logo: {
7171
alt: 'Windmill logo',
72-
src: 'img/windmill.svg'
72+
src: 'img/windmill.svg',
73+
href: 'https://www.windmill.dev'
7374
},
7475
items: [
7576
{

static/videos/app-canvas-moving.mp4

79.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)