Skip to content

Commit

Permalink
Prepping for release
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Oct 1, 2020
1 parent ab07d04 commit 87085b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

0.9.2 (2020-09-30)
------------------

* This package is renamed from `hal-browser` to `@curveball/browser`.
* Lots of visual design tweaks
* Fixed link header area.


0.9.1 (2020-09-28) (alpha tag)
------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/components/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function App(props: PageProps) {
</head>
<body>
<header>
<h1><span className="resource-title"><a href="${h(href)}" rel="self">{resourceTitle}</a></span> <span className="divider">-</span> <span className="app-title">{appTitle}</span></h1>
<h1><span className="resource-title"><a href={props.resourceState.uri} rel="self">{resourceTitle}</a></span> <span className="divider">-</span> <span className="app-title">{appTitle}</span></h1>
<Search {...props} />
</header>

Expand Down

0 comments on commit 87085b8

Please sign in to comment.