Skip to content

Commit

Permalink
Add custom analytics blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Jan 22, 2024
1 parent de4f0f9 commit 5e11a76
Show file tree
Hide file tree
Showing 7 changed files with 120 additions and 89 deletions.
6 changes: 3 additions & 3 deletions components/markdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ const Markdown: FunctionComponent<{
src={src as string}
width={width}
height={height}
className={`img-fluid mx-auto d-block mt-8 ${
hasSub ? 'mb-4' : 'mb-8'
className={`img-fluid mx-auto d-block border shadow mt-8 ${
hasSub ? 'mb-2' : 'mb-8'
} rounded`}
/>
{hasSub && (
<span className='d-block fs-6 text-center text-gray-700 mb-8'>
<span className='d-block text-center text-gray-700 mb-8'>
{altCleaned}
</span>
)}
Expand Down
197 changes: 114 additions & 83 deletions content/blog/building-own-analytics-fun-and-profit.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions pages/signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ const Signup: FunctionComponent = function () {
{...registerFormField('newsletter')}
/>
<label className='form-check-label' htmlFor='newsletter'>
I want to receive Mockoon's newsletter (usually once a
month or less). Your email will not be shared or used for
any other purpose.
I want to receive Mockoon's newsletter and product updates
(usually once a month or less). Your email will not be
shared with anyone or used for any other purpose.
</label>
</div>
<FormHoneypot
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5e11a76

Please sign in to comment.