File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/docs/get-started Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments