8 lines
169 B
Plaintext
8 lines
169 B
Plaintext
|
@{
|
||
|
var text = ViewData["text"];
|
||
|
}
|
||
|
|
||
|
<button class="inline-block mr-2 py-1 px-2 text-xs rounded-full hover:underline bg-[#082f49] cursor-pointer">
|
||
|
@text
|
||
|
</button>
|