File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import rt_screenshot1Jpg from "@/public/nabla/rt_screenshot1.jpg"
1313import sdf_function_manipGif from "@/public/nabla/sdf_func_manip.gif"
1414import path_traced_1Png from "@/public/nabla/path_traced_1.png"
1515import path_traced_2Png from "@/public/nabla/path_traced_2.png"
16+ import ditt6 from "@/public/clients/ditt/ditt6.png" ;
1617import { StaticImport } from "next/dist/shared/lib/get-img-props"
1718
1819function GridImage ( { src, unoptimized } : { src : string | StaticImport , unoptimized ?: boolean } ) {
@@ -45,6 +46,7 @@ export default function Page() {
4546 < GridImage src = { sdf_function_manipGif } unoptimized />
4647 < GridImage src = { path_traced_1Png } />
4748 < GridImage src = { path_traced_2Png } />
49+ < GridImage src = { ditt6 } />
4850 </ div >
4951 </ Slide >
5052 < Slide >
You can’t perform that action at this time.
0 commit comments