Skip to content

Commit 2629b3c

Browse files
committed
buy me a coffee
1 parent e5bf59e commit 2629b3c

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sp-editor",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"private": true,
55
"homepage": ".",
66
"dependencies": {

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "SP Editor",
33
"homepage_url": "https://microsoftedge.microsoft.com/addons/detail/affnnhcbfmcbbdlcadgkdbfafigmjdkk",
4-
"version": "7.1.0",
4+
"version": "7.1.1",
55
"description": "Create and update SharePoint Online/SP2013/SP2016/SP2019 css/js files, inject files to web, manage web/list properties, list Webhook",
66
"manifest_version": 3,
77
"devtools_page": "devtools.html",

src/components/default-yellow.png

13.2 KB
Loading

src/components/header.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { DirectionalHint, FontIcon, mergeStyles, TeachingBubble } from '@fluentui/react';
22
import { IonButtons, IonHeader, IonMenuButton, IonMenuToggle, IonTitle, IonToolbar } from '@ionic/react';
33
import React from 'react';
4+
import coffee from './default-yellow.png';
45

56
const Header = ({ title, showOnLoad, headline, content }: HeaderProps) => {
67
const [showInfo, setShowInfo] = React.useState(showOnLoad);
@@ -20,6 +21,9 @@ const Header = ({ title, showOnLoad, headline, content }: HeaderProps) => {
2021
<IonMenuButton />
2122
</IonMenuToggle>{' '}
2223
<IonTitle>{title}</IonTitle>
24+
<a href="https://buymeacoffee.com/speditor" target="_blank" rel="noopener noreferrer">
25+
<img src={coffee} alt="coffee" style={{ marginRight: '10px', height: '40px' }} />
26+
</a>{' '}
2327
{headline && content && (
2428
<div style={{ marginRight: '20px', display: 'flex', alignItems: 'center' }}>
2529
<FontIcon

0 commit comments

Comments
 (0)