Skip to content

Commit 435ecbf

Browse files
author
River@devbox
committed
Remove click event from a element of qpy-wechat
1 parent 903a59d commit 435ecbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/courses-cn.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<body class="bg-gray-100 flex items-center justify-center min-h-screen">
1212
<div class="container mx-auto p-4">
1313
<div class="grid grid-cols-1 gap-6">
14-
<a href="#" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden">
14+
<a class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden">
1515
<img src="static/qpy-wechat.png" width="100%" onclick="milib.download('https://edu.qpython.org/static/qpy-wechat.png','image/png')">
1616
<div class="p-4 bg-white" style="text-aligh:center">
1717
<p style='padding:0px 10px;color:grey;'>

0 commit comments

Comments
 (0)