Skip to content

Commit cae51c6

Browse files
committed
UPD typos
1 parent bddcf4d commit cae51c6

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All notable changes to scimodom will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/), and this project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [Unreleased] - started 2023
6+
## [Release candidate] - started 2024-08-15
77

8-
Migration
8+
## [2.0.6] 2024-08-15
9+
10+
First release.

client/src/components/documentation/DocCompare.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import img4 from '@/assets/images/docs/compare4.png'
3535
>Data coming from a different assembly or an inconsistent choice of reference dataset will
3636
lead to spurious comparison results</Message
3737
>
38-
Finally, Select the operation you want to perform on the datasets selected in previous steps:
38+
Finally, select the operation you want to perform on the datasets selected in previous steps:
3939
<img :src="img3" class="object-center mt-6 mb-6" alt="Compare: filter 3" />
4040
</p>
4141
<p class="indent-4 text-lg underline underline-offset-8 decoration-gb-4/25 font-semibold">

client/src/components/home/HomeRoadmap.vue

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,9 @@
174174
</div>
175175
<div class="p-3 border-l-4 border-solid border-gb-2 rounded-l dark:text-white/80">
176176
<h2 class="text-lg font-bold mt-0 mb-2">Analysis & Visualization</h2>
177-
<p class="mt-0 mb-3 line-height-3">DB visualization, online data analysis.</p>
177+
<p class="mt-0 mb-3 line-height-3">
178+
DB visualization, online data analysis and tools.
179+
</p>
178180
<div class="border-2 border-solid border-gb-2 rounded">
179181
<div class="border-2 border-solid border-gb-2 rounded" style="width: 0%"></div>
180182
</div>
@@ -242,7 +244,18 @@
242244
</div>
243245
</div>
244246
<div class="flex-1 flex gap-3 flex-col"></div>
245-
<div class="flex-1 flex gap-3 flex-col"></div>
247+
<div class="flex-1 flex gap-3 flex-col">
248+
<div class="p-3 border-l-4 border-solid border-gb-4 rounded-l dark:text-white/80">
249+
<h2 class="text-lg font-bold mt-0 mb-2">Application</h2>
250+
<p class="mt-0 mb-3 line-height-3">REST API and related documentation.</p>
251+
<div class="border-2 border-solid border-gb-4 rounded">
252+
<div
253+
class="border-2 border-solid border-gb-4 rounded"
254+
style="width: 15%"
255+
></div>
256+
</div>
257+
</div>
258+
</div>
246259
</div>
247260
</div>
248261
<!-- DESIGN ------------------ -->

0 commit comments

Comments
 (0)