Skip to content

Commit

Permalink
chore(theme): tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jan 4, 2023
1 parent 6a92b30 commit b6c3c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/src/client/components/HomeFeatures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default defineComponent({
? h(
"div",
{ class: "features" },
props.items?.map((feature) => {
props.items.map((feature) => {
const children = [
h("h2", [
h(Icon, { icon: feature.icon }),
Expand Down

0 comments on commit b6c3c80

Please sign in to comment.