Skip to content

Commit 5f67f26

Browse files
authored
fix: change index description (#26)
1 parent 3dd110c commit 5f67f26

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/pr-check.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,4 @@ jobs:
6767
tags: ${{ steps.meta.outputs.tags }}
6868
labels: ${{ steps.meta.outputs.labels }}
6969
build-args: |
70-
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
71-
labels: |
72-
org.opencontainers.image.source=https://github.com/${{ github.repository }}
70+
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}

src/main/frontend/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8" />
66
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
77
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap" rel="stylesheet">
8-
<meta name="description" content="Web site created using create-react-app" />
8+
<meta name="description" content="Simple employee shift scheduler" />
99
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1010
<!--
1111
manifest.json provides metadata used when your web app is installed on a

0 commit comments

Comments
 (0)