generated from nhcarrigan/template
feat: remove border radius from CTA avatar
This commit is contained in:
@ -384,7 +384,7 @@ cta.id = "community-cta";
|
|||||||
cta.innerHTML = `
|
cta.innerHTML = `
|
||||||
<h1 autofocus>Hello~!</h1>
|
<h1 autofocus>Hello~!</h1>
|
||||||
<div style="display: flex; justify-content: space-around; margin-bottom: 10px;">
|
<div style="display: flex; justify-content: space-around; margin-bottom: 10px;">
|
||||||
<img src="https://cdn.nhcarrigan.com/logo.png" alt="NHCarrigan Logo" style="width: 100px; height: 100px; border-radius: 50%;">
|
<img src="https://cdn.nhcarrigan.com/logo.png" alt="NHCarrigan Logo" style="width: 100px; height: 100px;">
|
||||||
<p>
|
<p>
|
||||||
Consider joining our community so you can keep up to date on all of our latest activities!
|
Consider joining our community so you can keep up to date on all of our latest activities!
|
||||||
</p>
|
</p>
|
||||||
|
Reference in New Issue
Block a user