mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 17:18:23 +00:00
docs: change changelog heading (#3024)
This commit is contained in:
parent
88c0d586b9
commit
5c98ba110c
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ export const ProductUpdates = ({
|
|||
return (
|
||||
<>
|
||||
<div className="pb-12">
|
||||
<h1 className="!text-left !m-0">Changelog</h1>
|
||||
<h1 className="!text-left !m-0">Product Updates</h1>
|
||||
<p>The most recent developments from GraphQL Hive.</p>
|
||||
</div>
|
||||
<ol className="relative border-l border-gray-200 dark:border-gray-700">
|
||||
|
|
|
|||
Loading…
Reference in a new issue