Ghost/ghost/staff-service
Sag 0d9955538d
Removed fallback Ghost icon in staff notifications (#20731)
ref https://linear.app/tryghost/issue/PLG-150

- if the publication has no custom icon, staff notifications do not
render the Ghost icon as fallback anymore
2024-08-08 17:47:51 +02:00
..
lib Removed fallback Ghost icon in staff notifications (#20731) 2024-08-08 17:47:51 +02:00
test Updated paid cancellation notification email design (#20726) 2024-08-08 14:36:43 +02:00
.eslintrc.js
index.js
package.json
README.md

Staff Service

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests