Skip to content

Commit e88da8f

Browse files
committed
renamed the repository
1 parent 480a0c8 commit e88da8f

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)