Skip to content

Commit e66e898

Browse files
committed
fix: clean up stray inline style in repo-rank header
1 parent dbb7278 commit e66e898

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/insights/ethereum-repo-rank.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
@app.cell(hide_code=True)
1313
def _(mo):
14-
_header_html = '<div class="ddp-header"><h1>Ethereum Repo Rank</h1><p>Trending repos and scouts in the Ethereum builder community.</p><div class="ddp-header-meta"><span style="display:inline-flex;align-items:center;gap:4px;"><span>Created: <span class="ddp-badge">2026-03-16</span></span></div></div>'
14+
_header_html = '<div class="ddp-header"><h1>Ethereum Repo Rank</h1><p>Trending repos and scouts in the Ethereum builder community.</p><div class="ddp-header-meta"><span>Created: <span class="ddp-badge">2026-03-16</span></span></div></div>'
1515
mo.Html(_header_html)
1616
return
1717

0 commit comments

Comments
 (0)