Skip to content

Commit 8189a9d

Browse files
committed
Fix env release tag
1 parent bc4ec5b commit 8189a9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/components/Footer/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function Footer() {
1616
</a>
1717
</div>
1818
<div className="footer-item" id="footer-version">
19-
{process.env.NEXT_PUBLIC_APP_VERSION || "dev"}
19+
{process.env.NEXT_PUBLIC_APP_RELEASE || "dev"}
2020
</div>
2121
</footer>
2222
);

0 commit comments

Comments
 (0)