We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474cd5e commit 1b80f5dCopy full SHA for 1b80f5d
.github/workflows/deploy-to-control-plane-review-app.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: actions/checkout@v4
46
with:
47
fetch-depth: 0
48
- ref: github.sha
+ ref: ${{ github.sha }}
49
50
- name: Validate Required Secrets and Variables
51
shell: bash
client/app/bundles/comments/components/Footer/Footer.jsx
@@ -14,7 +14,7 @@ export default class Footer extends BaseComponent {
14
</a>
15
<a href="https://x.com/railsonmaui" className="flex gap-4 items-center">
16
<div className="w-16 h-16 bg-[url('../images/twitter_64.png')]" />
17
- Rails On Maui on X (Twitter)
+ Rails On Maui on X
18
19
</div>
20
</footer>
0 commit comments