Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit ff2bc6b

Browse files
committed
chore(layout): update examples
1 parent d9eb505 commit ff2bc6b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/layout/examples/base-link-box.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<template>
22
<chakra.div py="4">
3-
<chakra.h3>Link</chakra.h3>
43
<chakra.div py="4">
54
<c-link-box as="article">
65
<c-heading as="h2" font-size="20">

packages/layout/examples/base-link.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<template>
22
<chakra.div py="4">
3-
<chakra.h3>Link</chakra.h3>
43
<chakra.div py="4">
54
<!-- prettier-ignore -->
65
<c-link as="router-link" to="/" pr="4" color="blue.400">CLink with as="router-link"</c-link>

0 commit comments

Comments
 (0)