Skip to content

Commit 859b93f

Browse files
committed
slug update
1 parent 480c4d1 commit 859b93f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/get-started/developers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Digital Design Nizam is built on top of Tailwind CSS. Follow these steps to set
209209
<div class="max-w-md w-full bg-surface shadow-md not-content text-foreground">
210210

211211
<div class="w-full h-64">
212-
<img src="../../src/assets/landscape.png" alt="Mountain landscape with green hills and clouds" class="w-full h-full object-cover"></img>
212+
<img src="../../../assets/landscape.png" alt="Mountain landscape with green hills and clouds" class="w-full h-full object-cover"></img>
213213
</div>
214214

215215
<div class="p-6 flex flex-col gap-4">
@@ -240,7 +240,7 @@ Digital Design Nizam is built on top of Tailwind CSS. Follow these steps to set
240240
```html
241241
<div class="max-w-md w-full bg-surface shadow-md text-foreground">
242242
<div class="w-full h-64">
243-
<img src="../../src/assets/landscape.png" alt="Mountain landscape with green hills and clouds" class="w-full h-full object-cover"></img>
243+
<img src="../../src/assets/landscape.png" alt="Mountain landscape with green hills and clouds" class="w-full h-full object-cover">
244244
</div>
245245
<div class="p-6 flex flex-col gap-4">
246246
<p class="text-muted text-sm font-semibold">Over line text</p>

0 commit comments

Comments
 (0)