We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fb3a3 commit b1c3cadCopy full SHA for b1c3cad
website/src/components/GetLatest/index.js
@@ -11,7 +11,7 @@ function GetLatest() {
11
useMount(()=>{
12
if (ExecutionEnvironment.canUseDOM) {
13
setTimeout(()=>{
14
- setText();
+ setTagName();
15
const dom = document.querySelectorAll('.clean-btn')
16
for(let button of dom) {
17
if (button?.getAttribute('aria-label') === 'Copy code to clipboard') {
@@ -29,7 +29,7 @@ function GetLatest() {
29
});
30
}
31
32
- function setText() {
+ function setTagName() {
33
const name = tagName || 'v1.0.22-nightly';
34
const dom = document.querySelectorAll('.variable');
35
for (let div of dom){
0 commit comments