Skip to content

Commit

Permalink
Merge pull request #8 from make-software/feature/CLICK-703
Browse files Browse the repository at this point in the history
updated cspr.click version
  • Loading branch information
davidatwhiletrue authored Aug 26, 2024
2 parents 38d0916 + 275a836 commit d637b2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Location: `./csprclick-blazor`

### NextJS (SSR)

An example of how to integrate CSPR.click in a Next JS application that uses Server Side Rendering.
You can integrate CSPR.click in a Next JS application that uses Server Side Rendering by using CSPR.click NextJS template.

Thanks [@Charlie85270](https://github.com/Charlie85270) for this contribution!
Thanks to [thebadking](https://github.com/thebadking) and [@Charlie85270](https://github.com/Charlie85270) for this contribution!

Location: https://github.com/Charlie85270/scansper/blob/main/csprclick.md
Location: https://github.com/make-software/csprclick-nextjs-template
2 changes: 1 addition & 1 deletion csprclick-blazor/Components/App.razor
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="icon" type="image/png" href="favicon.png" />

<script src="csprclick.js"></script>
<script defer="defer" src="https://cdn.cspr.click/ui/v1.4.5/csprclick-client-1.4.5.js"></script>
<script defer="defer" src="https://cdn.cspr.click/ui/v1.5.0/csprclick-client-1.5.0.js"></script>
<HeadOutlet />
</head>

Expand Down
2 changes: 1 addition & 1 deletion csprclick-html/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<title>CSPR.click HTML example</title>

<script src="./app.js"></script>
<script defer="defer" src="https://cdn.cspr.click/ui/v1.4.5/csprclick-client-1.4.5.js"></script>
<script defer="defer" src="https://cdn.cspr.click/ui/v1.5.0/csprclick-client-1.5.0.js"></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down

0 comments on commit d637b2f

Please sign in to comment.