mirror of
https://github.com/ershisan99/flashcards-docs.git
synced 2025-12-17 20:59:31 +00:00
initial commit, lesson 1
This commit is contained in:
10
components/download-link/index.tsx
Normal file
10
components/download-link/index.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
export const DownloadLink = ({ href }: { href: string }) => {
|
||||
return (
|
||||
<p style={{ marginTop: 24 }}>
|
||||
<a id="raw-url" download href={href} style={{ fontWeight: 700, color: 'blue' }}>
|
||||
Скачайте файл watchers.xml
|
||||
</a>{' '}
|
||||
и импортируйте его в Settings | Tools | File Watchers
|
||||
</p>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user