aboutsummaryrefslogtreecommitdiff
path: root/lume
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-05-24 17:37:07 -0400
committerXe Iaso <me@xeiaso.net>2024-05-24 17:37:07 -0400
commit6de8ae1cd17dfff569ac82e07204c48bfe2e3a62 (patch)
treeabaedee2a9a6b1254c4375186b75f3c1e335792a /lume
parentfa4e3a34bb7474cada1ee748d9e7ed9fc2cda3f5 (diff)
downloadxesite-6de8ae1cd17dfff569ac82e07204c48bfe2e3a62.tar.xz
xesite-6de8ae1cd17dfff569ac82e07204c48bfe2e3a62.zip
internal/lume: allow rebuilds when git is happy
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'lume')
-rw-r--r--lume/src/events.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lume/src/events.jsx b/lume/src/events.jsx
index 6cc0efd..b4072df 100644
--- a/lume/src/events.jsx
+++ b/lume/src/events.jsx
@@ -19,11 +19,11 @@ export default ({ events }) => (
</div>
)}
- <div className="my-4 prose">
+ <div className="my-4 prose max-w-full">
<p>
If you'd like me to speak at an event, please <a href="/contact">contact me</a>! I'm always looking for new opportunities to share my knowledge and experiences. I'm also available for interviews, podcasts, and other media appearances.
</p>
- <p>Please note that all conferences and meetups I attend require a publicly posted code of conduct.</p>
+ <p>Please note that all conferences and meetups I speak at require a publicly posted code of conduct.</p>
</div>
</>
); \ No newline at end of file