mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Linting fixes
This commit is contained in:
parent
66a65d31aa
commit
0b106791a4
1 changed files with 3 additions and 3 deletions
|
|
@ -40,9 +40,9 @@ export default function Newsletters(): JSX.Element {
|
|||
<p>
|
||||
Currently Omnivore supports newsletters from the following providers.
|
||||
<ul>
|
||||
<li>Newsletters hosted on <a href="https://substack.com" target="_blank">substack.com</a></li>
|
||||
<li>The <a href="https://www.axios.com/newsletters" target="_blank">Axios Daily</a> newsletters</li>
|
||||
<li><a href="https://golangweekly.com/" target="_blank">Golang Weekly</a></li>
|
||||
<li>Newsletters hosted on <a href="https://substack.com" target="_blank" rel="noreferrer">substack.com</a></li>
|
||||
<li>The <a href="https://www.axios.com/newsletters" target="_blank" rel="noreferrer">Axios Daily</a> newsletters</li>
|
||||
<li><a href="https://golangweekly.com/" target="_blank" rel="noreferrer">Golang Weekly</a></li>
|
||||
</ul>
|
||||
If there is a newsletter you would like to read in Omnivore, please let us know.
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue