Skip to content

Commit 97d36af

Browse files
committed
No feedback box (for now)
1 parent e66681a commit 97d36af

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/pages/cloud/dash.astro

+2-3
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,8 @@ import BaseLayout from '../../layouts/BaseLayout.astro';
8787
</div>
8888
</header>
8989

90-
90+
<!--
9191
<section class="container my-2 py-5">
92-
<!-- A feedback box made of a rich text component -->
9392
<div class="row">
9493
<div class="col col-lg-3 col-md-2 col-sm-0 col-xs-0 col-0"></div>
9594
<div class="col col-12 col-lg-6 col-md-8 col-sm-12 col-xs-12 text-center">
@@ -105,7 +104,7 @@ import BaseLayout from '../../layouts/BaseLayout.astro';
105104
<div class="col col-lg-3 col-md-2 col-sm-0 col-xs-0 col-0"></div>
106105
</div>
107106
108-
</section>
107+
</section> -->
109108

110109
<section class="container my-2 py-5">
111110
<div class="row">

0 commit comments

Comments
 (0)