Skip to content

Commit

Permalink
Rename to Add-On
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Zajdel <[email protected]>
  • Loading branch information
FilipZajdel committed Apr 16, 2024
1 parent 8844be9 commit b5bd406
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion site/src/app/AboutDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function AboutDialog(props: { close: () => void }): JSX.Element {
return (
<div className="flex flex-col">
<div>
<DialogTitle title="About the Add-Ons Index" onClose={props.close} />
<DialogTitle title="About the Add-On Index" onClose={props.close} />
</div>

<div className="p-3">
Expand Down
4 changes: 2 additions & 2 deletions site/src/app/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function Header(props: Props): JSX.Element {

<div className="flex w-full items-center p-3 shadow-md md:hidden">
<h1 className="flex-grow text-center text-xl text-white">
nRF Connect SDK Add-Ons Index
nRF Connect SDK Add-On Index
</h1>
{aboutIcon}
</div>
Expand All @@ -86,7 +86,7 @@ function Header(props: Props): JSX.Element {

<div className="flex flex-col items-center gap-2 px-2 md:px-0">
<h1 className="text-center text-4xl text-white drop-shadow">
nRF Connect SDK Add-Ons Index
nRF Connect SDK Add-On Index
</h1>
<p className="text-center text-xl font-thin text-white drop-shadow-sm">
Discover applications and samples built for the nRF Connect SDK
Expand Down
2 changes: 1 addition & 1 deletion site/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import type { Metadata } from 'next';
import './app.css';

export const metadata: Metadata = {
title: 'nRF Connect SDK Add-Ons Index',
title: 'nRF Connect SDK Add-On Index',
description: 'A live index of applications and samples available for the nRF Connect SDK.',
authors: [{ name: 'Nordic Semiconductor', url: 'https://nordicsemi.com' }],
themeColor: '#00A9CE',
Expand Down

0 comments on commit b5bd406

Please sign in to comment.