Skip to content

Commit 836d21e

Browse files
authored
Merge pull request #22 from europanite/feature/tests
renamed the repository
2 parents 21cea63 + e88da8f commit 836d21e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

frontend/app/screens/HomeScreen.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,10 @@ export default function HomeScreen() {
209209
href="https://github.com/europanite/browser_based_python/"
210210
target="_blank"
211211
rel="noopener noreferrer"
212-
style={{ color: "inherit", textDecoration: "none" }}
212+
style={{
213+
color: "#1d4ed8",
214+
textDecorationLine: "underline"
215+
}}
213216
>
214217
Python Front
215218
</a>

0 commit comments

Comments
 (0)