From 8c0260c59518b06819fa37a5df42da0f4e7820a2 Mon Sep 17 00:00:00 2001 From: Filip Zajdel <35106656+FilipZajdel@users.noreply.github.com> Date: Thu, 18 Apr 2024 09:25:28 +0200 Subject: [PATCH] Add-On rename (#41) * site: Rename App Index to nRF Connect SDK Addons Signed-off-by: Filip Zajdel * Rename old naming convention Signed-off-by: Filip Zajdel * Rename to Add-On Signed-off-by: Filip Zajdel * Rename to Add-on Signed-off-by: FilipZajdel --------- Signed-off-by: Filip Zajdel Signed-off-by: FilipZajdel --- site/src/app/AboutDialog.tsx | 2 +- site/src/app/Header.tsx | 10 +++++----- site/src/app/layout.tsx | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/site/src/app/AboutDialog.tsx b/site/src/app/AboutDialog.tsx index 0f0479d..e045b6a 100644 --- a/site/src/app/AboutDialog.tsx +++ b/site/src/app/AboutDialog.tsx @@ -14,7 +14,7 @@ export default function AboutDialog(props: { close: () => void }): JSX.Element { return (
- +
diff --git a/site/src/app/Header.tsx b/site/src/app/Header.tsx index 317a332..9191cdc 100644 --- a/site/src/app/Header.tsx +++ b/site/src/app/Header.tsx @@ -9,7 +9,7 @@ import { FilterAction, Filters } from './filters'; import classNames from 'classnames'; import { QuestionIcon } from '@primer/octicons-react'; -let contents = `static void gzll_tx_result_handler(struct gzll_tx_result *tx_result)a { +let contents = `static void gzll_tx_result_handler(struct gzll_tx_result *tx_result) { int err; bool result_value; uint32_t ack_payload_length = NRF_GZLL_CONST_MAX_PAYLOAD_LENGTH; @@ -63,7 +63,7 @@ function Header(props: Props): JSX.Element {

- nRF Connect SDK App Index + nRF Connect SDK Add-on Index

{aboutIcon}
@@ -86,7 +86,7 @@ function Header(props: Props): JSX.Element {

- nRF Connect SDK App Index + nRF Connect SDK Add-on Index

Discover applications and samples built for the nRF Connect SDK @@ -105,7 +105,7 @@ function Header(props: Props): JSX.Element { />