Skip to content

Commit

Permalink
Add: "Open" to home page and browser tab title
Browse files Browse the repository at this point in the history
  • Loading branch information
john681611 committed Jun 24, 2023
1 parent ff7196c commit ccd7d7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no shrink-to-fit=no">
<title>CRE</title>
<title>Open CRE</title>
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.css" />
</head>

Expand Down
2 changes: 1 addition & 1 deletion application/frontend/src/pages/Search/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const Search = () => {
return (
<div className="search-page">
<Header as="h1" className="search-page__heading">
Common Requirement Enumeration
Open Common Requirement Enumeration
</Header>

<Header as="h4" className="search-page__sub-heading">
Expand Down

0 comments on commit ccd7d7f

Please sign in to comment.