Skip to content

Commit a82f00d

Browse files
authored
dont pass example name as a css class (#366)
1 parent af53510 commit a82f00d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/layouts/ExampleLayout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const { Content } = await example.render();
5353

5454
<BaseLayout
5555
title={example.data.title}
56+
titleClass=""
5657
subtitle={null}
5758
variant="item"
5859
topic="examples"

0 commit comments

Comments
 (0)