Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit 8c41ccd

Browse files
authored
A few more fixes for the homepage and the FAQ (#149)
1 parent 29975a5 commit 8c41ccd

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/components/Home/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function NewHeader() {
5757
<div className='container'>
5858
<div className='row' style={{padding: '0.5rem 0'}}>
5959
<div className='col col--12' style={{display: 'flex', flexDirection: 'column', justifyContent: 'center'}}>
60-
<h2 className='margin-bottom--lg' style={{textAlign: 'center', lineHeight: '1.2', fontSize: '1.5rem'}}>The Ondsel Lens server is permanently shutting down on November 22, 2024</h2>
60+
<h2 className='margin-bottom--lg' style={{textAlign: 'center', lineHeight: '1.2', fontSize: '1.5rem'}}>Please read <a href="https://ondsel.com/blog/goodbye/">our statement</a> on the shutdown of the company</h2>
6161
</div>
6262
</div>
6363

@@ -167,7 +167,7 @@ export default function Home({ recentPosts }) {
167167
</div>
168168

169169
<div className='col col--6'>
170-
<iframe className='shadow--md' style={{borderRadius: '1.5rem', border: 'solid 1px gray', minHeight: '300px'}} width="100%" height="100%" src="https://lens.ondsel.com/share/669041ae5bde15ad8f1e8831" title="Filametrix Mosquito Mount by Stefan"></iframe>
170+
<img style={{borderRadius: '1.5rem', border: 'solid 1px gray', minHeight: '300px'}} width="100%" src="/img/homepage-lens-screen.png" alt="Ondsel Lens" />
171171
</div>
172172

173173
</div>

src/pages/faq.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ We have already submitted the rest of our changes to FreeCAD, too. Most of them
3131

3232
## Will you release the source code of the Lens server and the MBD solver?
3333

34-
We are looking into that.
34+
We have already released the source code of the Lens server. We are looking into releasing the source code of the MBD solver.
35+
36+
## Will Lens customers get refunds?
37+
38+
We have already processed all the refunds we realistically could.

0 commit comments

Comments
 (0)