Introduced a new FooterComponent and integrated it into the application. Adjusted home page layout and refined styles for better consistency, including minor restructuring of CSS rules and HTML elements.
4 lines
138 B
HTML
4 lines
138 B
HTML
<button type="button" class="button-outer" (click)="copyIpToClipboard()">
|
|
<span class="button-inner">{{ displayText }}</span>
|
|
</button>
|