Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

Commit dbae69c

Browse files
noahgiftclaude
andcommitted
Use relative path for SVG (matches aprender)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8715fe0 commit dbae69c

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<p align="center">
2-
<picture>
3-
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/paiml/presentar/main/.github/presentar-hero.svg">
4-
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/paiml/presentar/main/.github/presentar-hero.svg">
5-
<img src="https://raw.githubusercontent.com/paiml/presentar/main/.github/presentar-hero.svg" alt="Presentar" width="800">
6-
</picture>
2+
<img src=".github/presentar-hero.svg" alt="Presentar" width="800">
73
</p>
84

95
<h1 align="center">Presentar</h1>

0 commit comments

Comments
 (0)