Skip to content

Commit

Permalink
chore: add clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed Sep 10, 2024
1 parent 5cf3eb5 commit 47ba0ee
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/EmblaCarousel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const EmblaCarousel = (props) => {

return (
<div className="embla">
<div className="embla__viewport mb-4" ref={emblaMainRef}>
<div className="embla__viewport lg:mb-4" ref={emblaMainRef}>
<div className="embla__container">
{slides.map((slide, index) => (
<div key={index} className="embla__slide space-y-2">
Expand Down
2 changes: 1 addition & 1 deletion src/components/Features0.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const Features0 = () => {
<li className="mb-4 flex">
<CheckArrowIcon />
<span>
Begins process to scan and analysis file data
Begins scanning and analysis of compatible file data
after import
</span>
</li>
Expand Down
6 changes: 6 additions & 0 deletions src/components/Features1.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ export const Features1 = () => {
Information (PII)
</span>
</li>
<li className="mb-4 flex">
<CheckArrowIcon />
<span>
Reverse rows
</span>
</li>
</ul>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ export const Footer = () => {
</div>
</div>
</div>
<p className="lg:text-center text-sm text-gray-400 border-t border-[rgb(255,255,255,0.2)] pt-4 hidden lg:block">
<p className="text-center text-sm text-gray-400 border-t border-[rgb(255,255,255,0.2)] pt-4">Some content shown may be from a paid plan of qsv pro or older versions of qsv pro.</p>
<p className="lg:text-center text-sm text-gray-400 pt-4 hidden lg:block">
&copy; datHere Inc. By using qsv pro and/or this site,
you agree to our{" "}
<a
Expand Down

0 comments on commit 47ba0ee

Please sign in to comment.