update ads
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Struchkov Mark 2024-09-06 16:23:14 +03:00
parent 8df0eb6473
commit 320ab1896f
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -4,19 +4,18 @@ import { classNames } from "../util/lang"
const Ads: QuartzComponent = ({ displayClass, fileData }: QuartzComponentProps) => { const Ads: QuartzComponent = ({ displayClass, fileData }: QuartzComponentProps) => {
return ( return (
<div> <blockquote className="callout tip desktop-only" data-callout="tip">
<blockquote className="callout tip" data-callout="tip">
<div className="callout-title"> <div className="callout-title">
<div className="callout-icon"></div> <div className="callout-icon"></div>
<div className="callout-title-inner"><p>Спонсор: VDSina</p></div> <div className="callout-title-inner"><p>Спонсор: VDSina</p></div>
</div> </div>
<div className="callout-content"> <div className="callout-content">
<p>Хостинг провайдер, которым пользуюсь сам. Сервера на территории РФ и Нидерландов, 2 ТБ трафика на сервер.<br /> <p>Хостинг провайдер, которым пользуюсь сам. Сервера на территории РФ и Нидерландов, 2 ТБ трафика на
сервер.<br />
<br /><a href="https://vdsina.ru/?partner=3yw9q78nd5" rel="nofollow">Вечная скидка 10% при <br /><a href="https://vdsina.ru/?partner=3yw9q78nd5" rel="nofollow">Вечная скидка 10% при
регистрации.</a></p> регистрации.</a></p>
</div> </div>
</blockquote> </blockquote>
</div>
) )
} }
export default (() => Ads) satisfies QuartzComponentConstructor export default (() => Ads) satisfies QuartzComponentConstructor