Skip to content

Commit 993c0a4

Browse files
authored
fix website (#114)
1 parent 23180fe commit 993c0a4

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

packages/website/docs/.vitepress/theme/components/Home.vue

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ defineProps<{
1616
</script>
1717

1818
<template>
19-
<div className="top-section">
19+
<div class="top-section">
2020
<Hero />
2121
<!-- <h3>Battle-tested by cutting-edge teams</h3>
2222
<WCUsedBy />-->
2323
<!-- <TestimonialCardList /> -->
2424
</div>
2525

26-
<div className="section">
26+
<div class="section">
2727
<!-- <img src="/img/features/elements-01-nodeLIGHT-02-DARK.png" /> -->
2828
<h2>At a glance:</h2>
2929
<!-- <p>More text</p> -->
3030
<FeaturesCardList />
3131
</div>
3232

33-
<div className="section love">
33+
<div class="section love">
3434
<div class="icon" data-v-6f4cd6f0="">
3535
<svg
3636
xmlns="http://www.w3.org/2000/svg"
@@ -67,17 +67,17 @@ defineProps<{
6767
>
6868
</div>
6969

70-
<!-- <div className="final-section"> -->
71-
<div className="section">
72-
<div className="features-small">
73-
<div className="feature">
70+
<!-- <div class="final-section"> -->
71+
<div class="section">
72+
<div class="features-small">
73+
<div class="feature">
7474
<h2>Programmable</h2>
7575
<p>
7676
BlockNote exposes an extensive API so you can integrate BlockNote into
7777
your app and add functionality to the editor.
7878
</p>
7979
</div>
80-
<div className="feature">
80+
<div class="feature">
8181
<h2>Proven tech</h2>
8282
<p>
8383
BlockNote builds on top of Prosemirror and TipTap (two awesome open
@@ -86,7 +86,7 @@ defineProps<{
8686
power their text-editing products.
8787
</p>
8888
</div>
89-
<div className="feature">
89+
<div class="feature">
9090
<h2>React components</h2>
9191
<p>
9292
BlockNote is built for React and exposes easy-to-use components.
@@ -98,7 +98,7 @@ defineProps<{
9898
</div>
9999
<!-- </div> -->
100100

101-
<!-- <div className="section">
101+
<!-- <div class="section">
102102
<h2>
103103
Epic
104104
<strong>Headline</strong>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)