Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Iikeli committed Aug 8, 2022
2 parents c03529c + 1978177 commit 94c270e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/thanks-for-contribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- run: |
echo PR $NUMBER opened
env:
env:
NUMBER: ${{ github.event.issue.number }}
- uses: actions/github-script@v6
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ struct HighlightColorSelection: View {
var body: some View {

Section(
header: Text("Select highlight color")
header: Text("Highlight color")
.font(.subheadline),
footer: Text("This will affect what highlight color the app uses.")
) {
Expand Down

0 comments on commit 94c270e

Please # to comment.