Skip to content

Commit d033d3a

Browse files
author
Erlend Oftedal
committed
Add URL to Astronomical in header
1 parent 130e378 commit d033d3a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/components/AstronomicalViewer.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,10 @@ const expandToResults = () => {
145145
<div class="astronomical-viewer">
146146
<div class="header">
147147
<h1>🌌 Astronomical Query Viewer</h1>
148-
<p class="subtitle">Interactive JavaScript AST Explorer</p>
148+
<p class="subtitle">
149+
Interactive JavaScript AST Explorer using
150+
<a href="https://www.npmjs.com/package/astronomical">Astronomical</a>
151+
</p>
149152
</div>
150153

151154
<div class="input-section">

0 commit comments

Comments
 (0)